Skip to content

Commit

Permalink
Pin max version of cuda-python to 11.7.0 (rapidsai#11174)
Browse files Browse the repository at this point in the history
Pin max version of `cuda-python` to `11.7.0`

Authors:
  - Jordan Jacobelli (https://github.com/Ethyling)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: rapidsai#11174
  • Loading branch information
jjacobelli authored Jul 4, 2022
1 parent 544f039 commit acd7fdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- ipython
- pandoc=<2.0.0
- cudatoolkit=11.5
- cuda-python >=11.5,<12.0
- cuda-python >=11.5,<11.7.1
- pip
- flake8=3.8.3
- black=22.3.0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ requirements:
- packaging
- cachetools
- ptxcompiler # [linux64] # CUDA enhanced compatibility. See https://github.com/rapidsai/ptxcompiler
- cuda-python >=11.5,<12.0
- cuda-python >=11.5,<11.7.1
test: # [linux64]
requires: # [linux64]
- cudatoolkit {{ cuda_version }}.* # [linux64]
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

install_requires = [
"cachetools",
"cuda-python>=11.5,<12.0",
"cuda-python>=11.5,<11.7.1",
"fsspec>=0.6.0",
"numba>=0.53.1",
"numpy",
Expand Down

0 comments on commit acd7fdc

Please sign in to comment.