Created
March 19, 2021 00:39
-
-
Save ericdill/e751de89845e72e80a7c987bcfd071b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ds-env | |
channels: | |
# - https://conda.prd.dsci.zones.dtn.com/conda/dtn | |
- ericdill | |
- conda-forge | |
- defaults | |
dependencies: | |
# Base, leave these at the top | |
- python=3.8 | |
- pip | |
- dtn-dask=8.1 | |
# DTN packages | |
# - rolodata | |
# Alphabetical for the rest | |
- bokeh=2.1.1 | |
- boto3 | |
- dash | |
- dask-cloudprovider | |
- dask-labextension>=2.0.0 | |
- geopandas | |
- geoviews | |
- holoviews | |
- hvplot | |
- ipympl # needed for interactive matplotlib in jupyterlab | |
- ipykernel | |
- lightgbm | |
- matplotlib | |
- mypy | |
- nb_black | |
- pandas-datareader | |
- panel | |
- Pillow | |
- pytables | |
- pylint | |
- pyproj | |
- pytest | |
- regionmask | |
- ripgrep | |
- rtree | |
- scikit-image | |
- scipy | |
- seaborn | |
- shap | |
- snakeviz | |
- statsmodels | |
- tqdm | |
- ujson | |
- xmltodict | |
- zarr | |
# DS-348: Needed for automatically saving plots to png/svg | |
- plotly::python-kaleido | |
# Needed to be able to launch the single user dashboard | |
- cdsdashboards-singleuser | |
- bokeh-root-cmd | |
# Needed for interactive dashboard building with dash | |
- plotly::jupyter-dash | |
- voila # DS-402 | |
- altair # DS-402 | |
- awswrangler # DS-474 | |
- pip: | |
- boto3_type_annotations_with_docs | |
- streamlit # DS-402 / DS-474 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment