Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Then, run:
conda env create -f {DASK_SQL_HOME}/continuous_integration/environment-3.10-dev.yaml
```

Note: There are several conda files provided for your convenience. Since Dask-SQL offers support for both GPU and CPU runtimes there are a total of 6 environment files with a GPU and CPU version for Python 3.8, 3.9, & 3.10.

The Conda process will take awhile to complete, once finished you will have a resulting environment named `dask-sql` which can be activated and used by running `conda activate dask-sql`

## Rust Developers Guide
Expand Down
50 changes: 50 additions & 0 deletions continuous_integration/environment-3.10-gpu-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: dask-sql
channels:
- rapidsai
- nvidia
- conda-forge
- nodefaults
dependencies:
- dask-ml=2022.1.22
- dask=2022.3.0
- fastapi=0.69.0
- intake=0.6.0
- jsonschema
- lightgbm
- maturin=0.12.8
- mlflow
- mock
- nest-asyncio
- pandas=1.1.2
- pre-commit
- prompt_toolkit
- psycopg2
- pyarrow=3.0.0
- pygments
- pyhive
- pytest-cov
- pytest-xdist
- pytest
- python=3.10
- rust=1.60.0
- scikit-learn=1.0.0
- setuptools-rust=1.1.2
- sphinx
- tpot
- tzlocal=2.1
- uvicorn=0.11.3
# fugue dependencies; remove when we conda install fugue
- adagio
- antlr4-python3-runtime<4.10
- ciso8601
- fs
- pip
- qpd
- triad
# GPU dependencies
- cudatoolkit=11.5
- cudf=22.06
- dask-cudf
- dask-cuda
Comment on lines +45 to +48
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- pip:
- fugue[sql]==0.5.3
50 changes: 50 additions & 0 deletions continuous_integration/environment-3.8-gpu-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: dask-sql
channels:
- rapidsai
- nvidia
- conda-forge
- nodefaults
dependencies:
- dask-ml=2022.1.22
- dask=2022.3.0
- fastapi=0.69.0
- intake=0.6.0
- jsonschema
- lightgbm
- maturin=0.12.8
- mlflow
- mock
- nest-asyncio
- pandas=1.1.2
- pre-commit
- prompt_toolkit
- psycopg2
- pyarrow=3.0.0
- pygments
- pyhive
- pytest-cov
- pytest-xdist
- pytest
- python=3.8
- rust=1.60.0
- scikit-learn=1.0.0
- setuptools-rust=1.1.2
- sphinx
- tpot
- tzlocal=2.1
- uvicorn=0.11.3
# fugue dependencies; remove when we conda install fugue
- adagio
- antlr4-python3-runtime<4.10
- ciso8601
- fs
- pip
- qpd
- triad
# GPU dependencies
- cudatoolkit=11.5
- cudf=22.06
- dask-cudf
- dask-cuda
- pip:
- fugue[sql]==0.5.3
50 changes: 50 additions & 0 deletions continuous_integration/environment-3.9-gpu-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: dask-sql
channels:
- rapidsai
- nvidia
- conda-forge
- nodefaults
dependencies:
- dask-ml=2022.1.22
- dask=2022.3.0
- fastapi=0.69.0
- intake=0.6.0
- jsonschema
- lightgbm
- maturin=0.12.8
- mlflow
- mock
- nest-asyncio
- pandas=1.1.2
- pre-commit
- prompt_toolkit
- psycopg2
- pyarrow=3.0.0
- pygments
- pyhive
- pytest-cov
- pytest-xdist
- pytest
- python=3.9
- rust=1.60.0
- scikit-learn=1.0.0
- setuptools-rust=1.1.2
- sphinx
- tpot
- tzlocal=2.1
- uvicorn=0.11.3
# fugue dependencies; remove when we conda install fugue
- adagio
- antlr4-python3-runtime<4.10
- ciso8601
- fs
- pip
- qpd
- triad
# GPU dependencies
- cudatoolkit=11.5
- cudf=22.06
- dask-cudf
- dask-cuda
- pip:
- fugue[sql]==0.5.3