Skip to content

Commit f68c6a2

Browse files
committed
chore: update pyproject.toml files with new bounds
1 parent b95ea6c commit f68c6a2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

python/cuml/pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
build-backend = "rapids_build_backend.build"
66
requires = [
7-
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
7+
"rapids-build-backend>=0.4.0,<0.5.0",
88
"scikit-build-core[pyproject]>=0.10.0",
99
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
1010

@@ -79,22 +79,22 @@ authors = [
7979
license = { text = "Apache-2.0" }
8080
requires-python = ">=3.10"
8181
dependencies = [
82-
"cuda-python>=13.0.1,<14.0a0",
82+
"cuda-python>=13.0.1,<14.0",
8383
"cuda-toolkit[cublas,cufft,curand,cusolver,cusparse]>=12,<14",
8484
"cudf==26.2.*,>=0.0.0a0",
8585
"cupy-cuda13x>=13.6.0",
8686
"joblib>=0.11",
8787
"libcuml==26.2.*,>=0.0.0a0",
88-
"numba-cuda[cu13]>=0.19.1,<0.20.0a0",
89-
"numba>=0.60.0,<0.62.0a0",
90-
"numpy>=1.23,<3.0a0",
88+
"numba-cuda[cu13]>=0.19.1,<0.20.0",
89+
"numba>=0.60.0,<0.62.0",
90+
"numpy>=1.23,<3.0",
9191
"packaging",
9292
"pylibraft==26.2.*,>=0.0.0a0",
9393
"rich",
9494
"rmm==26.2.*,>=0.0.0a0",
9595
"scikit-learn>=1.4",
9696
"scipy>=1.11.0",
97-
"treelite>=4.6.1,<5.0.0a0",
97+
"treelite>=4.6.1,<5.0.0",
9898
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
9999
classifiers = [
100100
"Intended Audience :: Developers",
@@ -107,7 +107,7 @@ classifiers = [
107107
[project.optional-dependencies]
108108
test = [
109109
"certifi",
110-
"cython>=3.0.0,<3.2.0a0",
110+
"cython>=3.0.0,<3.2.0",
111111
"hdbscan>=0.8.39,<0.8.40",
112112
"hypothesis>=6.0,<7",
113113
"nltk",
@@ -175,15 +175,15 @@ dependencies-file = "../../dependencies.yaml"
175175
matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
176176
requires = [
177177
"cmake>=3.30.4",
178-
"cuda-python>=13.0.1,<14.0a0",
179-
"cython>=3.0.0,<3.2.0a0",
178+
"cuda-python>=13.0.1,<14.0",
179+
"cython>=3.0.0,<3.2.0",
180180
"libcuml==26.2.*,>=0.0.0a0",
181181
"libraft==26.2.*,>=0.0.0a0",
182182
"librmm==26.2.*,>=0.0.0a0",
183183
"ninja",
184184
"pylibraft==26.2.*,>=0.0.0a0",
185185
"rmm==26.2.*,>=0.0.0a0",
186-
"treelite>=4.6.1,<5.0.0a0",
186+
"treelite>=4.6.1,<5.0.0",
187187
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
188188

189189
[tool.scikit-build]

python/libcuml/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
build-backend = "rapids_build_backend.build"
66
requires = [
7-
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
7+
"rapids-build-backend>=0.4.0,<0.5.0",
88
"scikit-build-core[pyproject]>=0.10.0",
99
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
1010

0 commit comments

Comments
 (0)