Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow cupy 11 #401

Merged
merged 3 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>=9.5.0,<11.0.0a0
- cupy>=9.5.0,<12.0.0a0
- cuspatial=22.10
- python>=3.6,<3.8
galipremsagar marked this conversation as resolved.
Show resolved Hide resolved
- cudf=22.10
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>=9.5.0,<11.0.0a0
- cupy>=9.5.0,<12.0.0a0
- cuspatial=22.10
- python>=3.6,<3.8
galipremsagar marked this conversation as resolved.
Show resolved Hide resolved
- cudf=22.10
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>=9.5.0,<11.0.0a0
- cupy>=9.5.0,<12.0.0a0
- cuspatial=22.10
- python>=3.6,<3.8
galipremsagar marked this conversation as resolved.
Show resolved Hide resolved
- cudf=22.10
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>=9.5.0,<11.0.0a0
- cupy>=9.5.0,<12.0.0a0
- cuspatial=22.10
- python>=3.6,<3.8
galipremsagar marked this conversation as resolved.
Show resolved Hide resolved
- cudf=22.10
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 >=9.5.0,<11.0.0a0
- cupy >=9.5.0,<12.0.0a0
- panel >=0.12.7,<0.13
- pyppeteer>=0.2.6
- bokeh>=2.4.2,<=2.5
Expand Down