Skip to content

Commit

Permalink
Merge pull request #11208 from rapidsai/branch-22.06
Browse files Browse the repository at this point in the history
[RELEASE] v22.06.01
  • Loading branch information
raydouglass authored Jul 6, 2022
2 parents 5658c5b + 3a92523 commit a1fe591
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 @@ -36,7 +36,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 @@ -57,7 +57,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 @@ -31,7 +31,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 a1fe591

Please sign in to comment.