Skip to content

Commit

Permalink
Bump gpuCI PYTHON_VER from 3.8 to 3.9 (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Apr 27, 2023
1 parent 218ff24 commit 14efa60
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/axis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PYTHON_VER:
- "3.8"
- "3.9"
- "3.10"

CUDA_VER:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@ channels:
- nodefaults
dependencies:
- dask>=2022.3.0
- fastapi=0.69.0
- fugue=0.7.3
- intake=0.6.0
# FIXME: handling is needed for httpx-based fastapi>=0.87.0
- fastapi>=0.69.0,<0.87.0
- fugue>=0.7.3
- intake>=0.6.0
- jsonschema
- lightgbm
- maturin=0.12.8
- maturin>=0.12.8
- mlflow
- mock
- nest-asyncio
- pandas=1.4.0
- pandas>=1.4.0
- pre-commit
- prompt_toolkit=3.0.8
- prompt_toolkit>=3.0.8
# TODO: remove once py is added to pytest downstream libraries
# https://github.com/pytest-dev/pytest-xdist/issues/832
- py
- psycopg2
- pyarrow>=6.0.1
- pygments=2.7.1
- pygments>=2.7.1
- pyhive
- pytest-cov
- pytest-rerunfailures
- pytest-xdist
- pytest
- python=3.8
- scikit-learn=1.0.0
- setuptools-rust=1.5.2
- python=3.9
- scikit-learn>=1.0.0
- setuptools-rust>=1.5.2
- sphinx
- sqlalchemy<2
- tpot
- tzlocal=2.1
- tzlocal>=2.1
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.5
Expand Down

0 comments on commit 14efa60

Please sign in to comment.