Skip to content

Commit

Permalink
Allow CuPy 11 (#383)
Browse files Browse the repository at this point in the history
Allows cuxfilter to be installed with CuPy 11.

xref: rapidsai/integration#508

Authors:
  - https://github.com/jakirkham
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Sevag H (https://github.com/sevagh)
  - Ajay Thorve (https://github.com/AjayThorve)

URL: #383
  • Loading branch information
jakirkham authored Jul 29, 2022
1 parent de90659 commit 15e2895
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cuxfilter_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
- conda-forge
- anaconda
dependencies:
- cupy>7.1.0,<10.0.0a0
- cupy>7.1.0,<12.0.0a0
- cuspatial=22.08
- python>=3.6,<3.8
- cudf=22.08
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuxfilter_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
- conda-forge
- anaconda
dependencies:
- cupy>7.1.0,<10.0.0a0
- cupy>7.1.0,<12.0.0a0
- cuspatial=22.08
- python>=3.6,<3.8
- cudf=22.08
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuxfilter_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
- conda-forge
- anaconda
dependencies:
- cupy>7.1.0,<10.0.0a0
- cupy>7.1.0,<12.0.0a0
- cuspatial=22.08
- python>=3.6,<3.8
- cudf=22.08
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cuxfilter_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
- conda-forge
- anaconda
dependencies:
- cupy>7.1.0,<10.0.0a0
- cupy>7.1.0,<12.0.0a0
- cuspatial=22.08
- python>=3.6,<3.8
- cudf=22.08
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuxfilter/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requirements:
- datashader>0.13, <0.14
- holoviews>1.14.1, <=1.14.6
- numba >=0.54
- cupy >=7.8.0,<10.0.0a0
- cupy >=7.8.0,<12.0.0a0
- panel >=0.12.7,<0.13
- pyppeteer>=0.2.6
- bokeh>=2.4.2,<=2.5
Expand Down

0 comments on commit 15e2895

Please sign in to comment.