You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../../dependencies.yaml and run `rapids-dependency-file-generator`.
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../../dependencies.yaml and run `rapids-dependency-file-generator`.
44
44
45
45
[tool.setuptools]
@@ -83,5 +83,5 @@ requires = [
83
83
"cython>=3.0.3",
84
84
"ninja",
85
85
"numpy>=1.23.5,<3.0a0",
86
-
"rapids-logger==0.1.*,>=0.0.0a0",
86
+
"rapids-logger==0.2.*,>=0.0.0a0",
87
87
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../../dependencies.yaml and run `rapids-dependency-file-generator`.
Copy file name to clipboardExpand all lines: python/cuopt/pyproject.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ dependencies = [
43
43
"pandas>=2.0",
44
44
"pylibraft==25.12.*,>=0.0.0a0",
45
45
"rapids-dask-dependency==25.12.*,>=0.0.0a0",
46
-
"rapids-logger==0.1.*,>=0.0.0a0",
46
+
"rapids-logger==0.2.*,>=0.0.0a0",
47
47
"rmm==25.12.*,>=0.0.0a0",
48
48
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
49
49
classifiers = [
@@ -61,7 +61,7 @@ test = [
61
61
"numpy>=1.23.5,<3.0a0",
62
62
"pytest-cov",
63
63
"pytest<8",
64
-
"rapids-logger==0.1.*,>=0.0.0a0",
64
+
"rapids-logger==0.2.*,>=0.0.0a0",
65
65
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
66
66
67
67
[project.urls]
@@ -155,6 +155,6 @@ requires = [
155
155
"libcuopt==25.12.*,>=0.0.0a0",
156
156
"ninja",
157
157
"pylibraft==25.12.*,>=0.0.0a0",
158
-
"rapids-logger==0.1.*,>=0.0.0a0",
158
+
"rapids-logger==0.2.*,>=0.0.0a0",
159
159
"rmm==25.12.*,>=0.0.0a0",
160
160
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Copy file name to clipboardExpand all lines: python/libcuopt/pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ dependencies = [
52
52
"nvidia-cusolver",
53
53
"nvidia-cusparse",
54
54
"nvidia-nvtx",
55
-
"rapids-logger==0.1.*,>=0.0.0a0",
55
+
"rapids-logger==0.2.*,>=0.0.0a0",
56
56
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
57
57
58
58
[project.urls]
@@ -97,5 +97,5 @@ requires = [
97
97
"cuopt-mps-parser==25.12.*,>=0.0.0a0",
98
98
"librmm==25.12.*,>=0.0.0a0",
99
99
"ninja",
100
-
"rapids-logger==0.1.*,>=0.0.0a0",
100
+
"rapids-logger==0.2.*,>=0.0.0a0",
101
101
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
0 commit comments