WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c4c1daf

Browse files
authored
Remove alpha specs from non-RAPIDS dependencies (#1618)
This PR removes pre-release upper bound pinnings from non-RAPIDS dependencies. The presence of pre-release indicators like `<...a0` tells pip "pre-releases are OK, even if `--pre` was not passed to pip install." RAPIDS projects currently use such constraints in situations where it's not actually desirable to get pre-releases. xref: rapidsai/build-planning#144 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: #1618
1 parent 94795b0 commit c4c1daf

15 files changed

+56
-56
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
- cuda-nvcc
1616
- cuda-nvtx-dev
1717
- cuda-profiler-api
18-
- cuda-python>=12.9.2,<13.0a0
18+
- cuda-python>=12.9.2,<13.0
1919
- cuda-version=12.9
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0a0
22+
- cython>=3.0.0,<3.2.0
2323
- dlpack>=0.8,<1.0
2424
- doxygen>=1.8.20
2525
- gcc_linux-aarch64=14.*
@@ -35,14 +35,14 @@ dependencies:
3535
- make
3636
- nccl>=2.19
3737
- ninja
38-
- numpy>=1.23,<3.0a0
38+
- numpy>=1.23,<3.0
3939
- numpydoc
4040
- openblas
4141
- pre-commit
4242
- pylibraft==26.2.*,>=0.0.0a0
4343
- pytest-cov
44-
- pytest<9.0.0a0
45-
- rapids-build-backend>=0.4.0,<0.5.0.dev0
44+
- pytest<9.0.0
45+
- rapids-build-backend>=0.4.0,<0.5.0
4646
- recommonmark
4747
- rust
4848
- scikit-build-core>=0.10.0

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
- cuda-nvcc
1616
- cuda-nvtx-dev
1717
- cuda-profiler-api
18-
- cuda-python>=12.9.2,<13.0a0
18+
- cuda-python>=12.9.2,<13.0
1919
- cuda-version=12.9
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0a0
22+
- cython>=3.0.0,<3.2.0
2323
- dlpack>=0.8,<1.0
2424
- doxygen>=1.8.20
2525
- gcc_linux-64=14.*
@@ -35,14 +35,14 @@ dependencies:
3535
- make
3636
- nccl>=2.19
3737
- ninja
38-
- numpy>=1.23,<3.0a0
38+
- numpy>=1.23,<3.0
3939
- numpydoc
4040
- openblas
4141
- pre-commit
4242
- pylibraft==26.2.*,>=0.0.0a0
4343
- pytest-cov
44-
- pytest<9.0.0a0
45-
- rapids-build-backend>=0.4.0,<0.5.0.dev0
44+
- pytest<9.0.0
45+
- rapids-build-backend>=0.4.0,<0.5.0
4646
- recommonmark
4747
- rust
4848
- scikit-build-core>=0.10.0

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
- cuda-nvcc
1616
- cuda-nvtx-dev
1717
- cuda-profiler-api
18-
- cuda-python>=13.0.1,<14.0a0
18+
- cuda-python>=13.0.1,<14.0
1919
- cuda-version=13.0
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0a0
22+
- cython>=3.0.0,<3.2.0
2323
- dlpack>=0.8,<1.0
2424
- doxygen>=1.8.20
2525
- gcc_linux-aarch64=14.*
@@ -35,14 +35,14 @@ dependencies:
3535
- make
3636
- nccl>=2.19
3737
- ninja
38-
- numpy>=1.23,<3.0a0
38+
- numpy>=1.23,<3.0
3939
- numpydoc
4040
- openblas
4141
- pre-commit
4242
- pylibraft==26.2.*,>=0.0.0a0
4343
- pytest-cov
44-
- pytest<9.0.0a0
45-
- rapids-build-backend>=0.4.0,<0.5.0.dev0
44+
- pytest<9.0.0
45+
- rapids-build-backend>=0.4.0,<0.5.0
4646
- recommonmark
4747
- rust
4848
- scikit-build-core>=0.10.0

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies:
1515
- cuda-nvcc
1616
- cuda-nvtx-dev
1717
- cuda-profiler-api
18-
- cuda-python>=13.0.1,<14.0a0
18+
- cuda-python>=13.0.1,<14.0
1919
- cuda-version=13.0
2020
- cupy>=13.6.0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0a0
22+
- cython>=3.0.0,<3.2.0
2323
- dlpack>=0.8,<1.0
2424
- doxygen>=1.8.20
2525
- gcc_linux-64=14.*
@@ -35,14 +35,14 @@ dependencies:
3535
- make
3636
- nccl>=2.19
3737
- ninja
38-
- numpy>=1.23,<3.0a0
38+
- numpy>=1.23,<3.0
3939
- numpydoc
4040
- openblas
4141
- pre-commit
4242
- pylibraft==26.2.*,>=0.0.0a0
4343
- pytest-cov
44-
- pytest<9.0.0a0
45-
- rapids-build-backend>=0.4.0,<0.5.0.dev0
44+
- pytest<9.0.0
45+
- rapids-build-backend>=0.4.0,<0.5.0
4646
- recommonmark
4747
- rust
4848
- scikit-build-core>=0.10.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dependencies:
1414
- cuda-nvcc
1515
- cuda-nvtx-dev
1616
- cuda-profiler-api
17-
- cuda-python>=12.9.2,<13.0a0
17+
- cuda-python>=12.9.2,<13.0
1818
- cuda-version=12.9
1919
- cupy>=13.6.0
2020
- cuvs==26.2.*,>=0.0.0a0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0a0
22+
- cython>=3.0.0,<3.2.0
2323
- dlpack>=0.8,<1.0
2424
- gcc_linux-aarch64=14.*
2525
- glog>=0.6.0
@@ -39,7 +39,7 @@ dependencies:
3939
- pandas
4040
- pylibraft==26.2.*,>=0.0.0a0
4141
- pyyaml
42-
- rapids-build-backend>=0.4.0,<0.5.0.dev0
42+
- rapids-build-backend>=0.4.0,<0.5.0
4343
- requests
4444
- scikit-learn
4545
- setuptools

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dependencies:
1414
- cuda-nvcc
1515
- cuda-nvtx-dev
1616
- cuda-profiler-api
17-
- cuda-python>=12.9.2,<13.0a0
17+
- cuda-python>=12.9.2,<13.0
1818
- cuda-version=12.9
1919
- cupy>=13.6.0
2020
- cuvs==26.2.*,>=0.0.0a0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0a0
22+
- cython>=3.0.0,<3.2.0
2323
- dlpack>=0.8,<1.0
2424
- gcc_linux-64=14.*
2525
- glog>=0.6.0
@@ -42,7 +42,7 @@ dependencies:
4242
- pandas
4343
- pylibraft==26.2.*,>=0.0.0a0
4444
- pyyaml
45-
- rapids-build-backend>=0.4.0,<0.5.0.dev0
45+
- rapids-build-backend>=0.4.0,<0.5.0
4646
- requests
4747
- scikit-learn
4848
- setuptools

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dependencies:
1414
- cuda-nvcc
1515
- cuda-nvtx-dev
1616
- cuda-profiler-api
17-
- cuda-python>=13.0.1,<14.0a0
17+
- cuda-python>=13.0.1,<14.0
1818
- cuda-version=13.0
1919
- cupy>=13.6.0
2020
- cuvs==26.2.*,>=0.0.0a0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0a0
22+
- cython>=3.0.0,<3.2.0
2323
- dlpack>=0.8,<1.0
2424
- gcc_linux-aarch64=14.*
2525
- glog>=0.6.0
@@ -39,7 +39,7 @@ dependencies:
3939
- pandas
4040
- pylibraft==26.2.*,>=0.0.0a0
4141
- pyyaml
42-
- rapids-build-backend>=0.4.0,<0.5.0.dev0
42+
- rapids-build-backend>=0.4.0,<0.5.0
4343
- requests
4444
- scikit-learn
4545
- setuptools

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dependencies:
1414
- cuda-nvcc
1515
- cuda-nvtx-dev
1616
- cuda-profiler-api
17-
- cuda-python>=13.0.1,<14.0a0
17+
- cuda-python>=13.0.1,<14.0
1818
- cuda-version=13.0
1919
- cupy>=13.6.0
2020
- cuvs==26.2.*,>=0.0.0a0
2121
- cxx-compiler
22-
- cython>=3.0.0,<3.2.0a0
22+
- cython>=3.0.0,<3.2.0
2323
- dlpack>=0.8,<1.0
2424
- gcc_linux-64=14.*
2525
- glog>=0.6.0
@@ -42,7 +42,7 @@ dependencies:
4242
- pandas
4343
- pylibraft==26.2.*,>=0.0.0a0
4444
- pyyaml
45-
- rapids-build-backend>=0.4.0,<0.5.0.dev0
45+
- rapids-build-backend>=0.4.0,<0.5.0
4646
- requests
4747
- scikit-learn
4848
- setuptools

conda/recipes/cuvs-bench-cpu/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ requirements:
6363
- openblas
6464
- pip
6565
- python =${{ py_version }}
66-
- rapids-build-backend>=0.4.0,<0.5.0.dev0
66+
- rapids-build-backend>=0.4.0,<0.5.0
6767
- setuptools >=64.0.0
6868
- if: linux64
6969
then:
@@ -75,7 +75,7 @@ requirements:
7575
- glog ${{ glog_version }}
7676
- h5py ${{ h5py_version }}
7777
- matplotlib-base>=3.9
78-
- numpy >=1.23,<3.0a0
78+
- numpy >=1.23,<3.0
7979
- pandas
8080
- pyyaml
8181
- python

conda/recipes/cuvs-bench/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requirements:
3333
- libcuvs-bench-ann =${{ version }}
3434
- python =${{ py_version }}
3535
- pip
36-
- rapids-build-backend >=0.4.0,<0.5.0.dev0
36+
- rapids-build-backend >=0.4.0,<0.5.0
3737
- rmm =${{ minor_version }}
3838
- setuptools >=64.0.0
3939
run:

0 commit comments

Comments
 (0)