Skip to content

Commit

Permalink
change minimum pin of cupy (#9636)
Browse files Browse the repository at this point in the history
This PR updates minimum version pinning of `cupy` that is compatible with CEC.
  • Loading branch information
galipremsagar authored Nov 18, 2021
1 parent 9aefbc2 commit d623c93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ channels:
dependencies:
- clang=11.0.0
- clang-tools=11.0.0
- cupy>7.1.0,<10.0.0a0
- cupy>=9.5.0,<10.0.0a0
- rmm=21.12.*
- cmake>=3.20.1
- cmake_setuptools>=0.1.3
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ channels:
dependencies:
- clang=11.0.0
- clang-tools=11.0.0
- cupy>7.1.0,<10.0.0a0
- cupy>=9.5.0,<10.0.0a0
- rmm=21.12.*
- cmake>=3.20.1
- cmake_setuptools>=0.1.3
Expand Down
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 @@ -9,7 +9,7 @@ channels:
dependencies:
- clang=11.0.0
- clang-tools=11.0.0
- cupy>7.1.0,<10.0.0a0
- cupy>=9.5.0,<10.0.0a0
- rmm=21.12.*
- cmake>=3.20.1
- cmake_setuptools>=0.1.3
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 @@ -40,7 +40,7 @@ requirements:
- python
- typing_extensions
- pandas >=1.0,<1.4.0dev0
- cupy >7.1.0,<10.0.0a0
- cupy >=9.5.0,<10.0.0a0
- numba >=0.53.1
- numpy
- {{ pin_compatible('pyarrow', max_pin='x.x.x') }} *cuda
Expand Down

0 comments on commit d623c93

Please sign in to comment.