Skip to content

Commit

Permalink
Add environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Jan 8, 2024
1 parent 7bf2057 commit 3e58de2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions continuous_integration/environment-3.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: dask-sql
channels:
- conda-forge
dependencies:
- c-compiler
- dask>=2022.3.0,<=2023.11.0
- fastapi>=0.92.0
- fugue>=0.7.3
- httpx>=0.24.1
- intake>=0.6.0
- jsonschema
- libprotobuf=3
- lightgbm
- maturin>=1.3,<1.4
# FIXME: mlflow 2.6.0 has import issues related to pydantic
# https://github.com/mlflow/mlflow/issues/9331
- mlflow<2.6
- mock
- numpy>=1.21.6
- pandas>=1.4.0
- pre-commit
- prompt_toolkit>=3.0.8
- psycopg2
- pyarrow>=6.0.2
- pygments>=2.7.1
- pyhive
- pytest-cov
- pytest-rerunfailures
- pytest-xdist
- pytest
- python=3.12
- scikit-learn>=1.0.0
- sphinx
- sqlalchemy<2
- tpot>=0.12.0
# FIXME: https://github.com/fugue-project/fugue/issues/526
- triad<0.9.2
- tzlocal>=2.1
- uvicorn>=0.13.4
- zlib

0 comments on commit 3e58de2

Please sign in to comment.