Skip to content

Commit

Permalink
Merge pull request #407 from AjayThorve/update/cuxfilter-dependencies
Browse files Browse the repository at this point in the history
update dependencies for cuxfilter
  • Loading branch information
ajschmidt8 authored Jan 12, 2022
2 parents 365c37f + bca9516 commit 328f26e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda/recipes/rapids-build-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ requirements:
- graphviz
- gtest {{ gtest_version }}
- hdbscan
- holoviews {{ holoviews_version }}
- httpretty
- hypothesis
- isort {{ isort_version }}
Expand Down
6 changes: 4 additions & 2 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cython_version:
dask_version:
- '>=2021.11.1,<=2021.11.2'
datashader_version:
- '>=0.11.1,<0.12'
- '>0.12,<=0.13'
distributed_version:
- '>=2021.11.1,<=2021.11.2'
dlpack_version:
Expand Down Expand Up @@ -80,6 +80,8 @@ gmock_version:
- '=1.10.0'
gtest_version:
- '=1.10.0'
holoviews_version:
- '>1.14.1,<=1.14.6'
ipython_version:
- '=7.15'
isort_version:
Expand Down Expand Up @@ -109,7 +111,7 @@ nlohmann_json_version:
nodejs_version:
- '>=12,<15'
numba_version:
- '>=0.53.1'
- '>=0.54'
numpy_version:
- '>=1.17.3'
nvtx_version:
Expand Down

0 comments on commit 328f26e

Please sign in to comment.