Skip to content

Commit 0b53a14

Browse files
committed
fix style
1 parent 873eaf7 commit 0b53a14

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies:
6161
- python>=3.10,<3.14
6262
- rapids-build-backend>=0.4.0,<0.5.0.dev0
6363
- rapids-dask-dependency==25.12.*,>=0.0.0a0
64-
- rapids-logger==0.1.*,>=0.0.0a0
64+
- rapids-logger==0.2.*,>=0.0.0a0
6565
- requests
6666
- rmm==25.12.*,>=0.0.0a0
6767
- scikit-build-core>=0.10.0

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies:
6161
- python>=3.10,<3.14
6262
- rapids-build-backend>=0.4.0,<0.5.0.dev0
6363
- rapids-dask-dependency==25.12.*,>=0.0.0a0
64-
- rapids-logger==0.1.*,>=0.0.0a0
64+
- rapids-logger==0.2.*,>=0.0.0a0
6565
- requests
6666
- rmm==25.12.*,>=0.0.0a0
6767
- scikit-build-core>=0.10.0

conda/environments/all_cuda-130_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies:
6161
- python>=3.10,<3.14
6262
- rapids-build-backend>=0.4.0,<0.5.0.dev0
6363
- rapids-dask-dependency==25.12.*,>=0.0.0a0
64-
- rapids-logger==0.1.*,>=0.0.0a0
64+
- rapids-logger==0.2.*,>=0.0.0a0
6565
- requests
6666
- rmm==25.12.*,>=0.0.0a0
6767
- scikit-build-core>=0.10.0

conda/environments/all_cuda-130_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies:
6161
- python>=3.10,<3.14
6262
- rapids-build-backend>=0.4.0,<0.5.0.dev0
6363
- rapids-dask-dependency==25.12.*,>=0.0.0a0
64-
- rapids-logger==0.1.*,>=0.0.0a0
64+
- rapids-logger==0.2.*,>=0.0.0a0
6565
- requests
6666
- rmm==25.12.*,>=0.0.0a0
6767
- scikit-build-core>=0.10.0

python/cuopt/cuopt/linear_programming/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = { text = "Apache-2.0" }
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"numpy>=1.23.5,<3.0a0",
23-
"rapids-logger==0.1.*,>=0.0.0a0",
23+
"rapids-logger==0.2.*,>=0.0.0a0",
2424
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../../dependencies.yaml and run `rapids-dependency-file-generator`.
2525
classifiers = [
2626
"Intended Audience :: Developers",
@@ -39,7 +39,7 @@ Source = "https://github.com/nvidia/cuopt"
3939
test = [
4040
"pytest-cov",
4141
"pytest<8",
42-
"rapids-logger==0.1.*,>=0.0.0a0",
42+
"rapids-logger==0.2.*,>=0.0.0a0",
4343
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../../dependencies.yaml and run `rapids-dependency-file-generator`.
4444

4545
[tool.setuptools]
@@ -83,5 +83,5 @@ requires = [
8383
"cython>=3.0.3",
8484
"ninja",
8585
"numpy>=1.23.5,<3.0a0",
86-
"rapids-logger==0.1.*,>=0.0.0a0",
86+
"rapids-logger==0.2.*,>=0.0.0a0",
8787
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../../dependencies.yaml and run `rapids-dependency-file-generator`.

python/cuopt/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"pandas>=2.0",
4444
"pylibraft==25.12.*,>=0.0.0a0",
4545
"rapids-dask-dependency==25.12.*,>=0.0.0a0",
46-
"rapids-logger==0.1.*,>=0.0.0a0",
46+
"rapids-logger==0.2.*,>=0.0.0a0",
4747
"rmm==25.12.*,>=0.0.0a0",
4848
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
4949
classifiers = [
@@ -61,7 +61,7 @@ test = [
6161
"numpy>=1.23.5,<3.0a0",
6262
"pytest-cov",
6363
"pytest<8",
64-
"rapids-logger==0.1.*,>=0.0.0a0",
64+
"rapids-logger==0.2.*,>=0.0.0a0",
6565
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
6666

6767
[project.urls]
@@ -155,6 +155,6 @@ requires = [
155155
"libcuopt==25.12.*,>=0.0.0a0",
156156
"ninja",
157157
"pylibraft==25.12.*,>=0.0.0a0",
158-
"rapids-logger==0.1.*,>=0.0.0a0",
158+
"rapids-logger==0.2.*,>=0.0.0a0",
159159
"rmm==25.12.*,>=0.0.0a0",
160160
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

python/libcuopt/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
5252
"nvidia-cusolver",
5353
"nvidia-cusparse",
5454
"nvidia-nvtx",
55-
"rapids-logger==0.1.*,>=0.0.0a0",
55+
"rapids-logger==0.2.*,>=0.0.0a0",
5656
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
5757

5858
[project.urls]
@@ -97,5 +97,5 @@ requires = [
9797
"cuopt-mps-parser==25.12.*,>=0.0.0a0",
9898
"librmm==25.12.*,>=0.0.0a0",
9999
"ninja",
100-
"rapids-logger==0.1.*,>=0.0.0a0",
100+
"rapids-logger==0.2.*,>=0.0.0a0",
101101
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

0 commit comments

Comments
 (0)