Skip to content

Commit

Permalink
Merge pull request #400 from msadang/python39-support
Browse files Browse the repository at this point in the history
Add Python 3.9 support to rapids-build-env packages
  • Loading branch information
jjacobelli authored Jan 18, 2022
2 parents 8639316 + 4ffa1e1 commit 3986715
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions ci/axis/nightly-env-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ CUDA_VER:
PYTHON_VER:
- 3.7
- 3.8
- 3.9

exclude:
1 change: 1 addition & 0 deletions ci/axis/nightly-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ CUDA_VER:
PYTHON_VER:
- 3.7
- 3.8
- 3.9

exclude:
1 change: 1 addition & 0 deletions ci/axis/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ LINUX_VER:

PYTHON_VER:
- 3.7
- 3.8

exclude:
1 change: 0 additions & 1 deletion conda/recipes/rapids-notebook-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ requirements:
- dask-labextension
- dask-ml
- datashader {{ datashader_version }}
- fa2
- filterpy
- holoviews
- ipython {{ ipython_version }}
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ xgboost_version:
conda_version:
- '=4.10.3'
conda_build_version:
- '=3.20.3'
- '=3.21.7'
conda_verify_version:
- '=3.1.1'

Expand Down Expand Up @@ -83,7 +83,7 @@ gtest_version:
holoviews_version:
- '>1.14.1,<=1.14.6'
ipython_version:
- '=7.15'
- '=7.31.0'
isort_version:
- '=5.6.4'
jupyterlab_version:
Expand Down

0 comments on commit 3986715

Please sign in to comment.