Skip to content

Instantly share code, notes, and snippets.

@mavillan
Last active December 20, 2018 12:29
Show Gist options
  • Save mavillan/d88d5ed628d28ee34ae0c08d6b886ee6 to your computer and use it in GitHub Desktop.
Save mavillan/d88d5ed628d28ee34ae0c08d6b886ee6 to your computer and use it in GitHub Desktop.
YAML file for installing basic data science related packages from Anaconda and PyPI
name: ds_stack
channels:
- default
- conda-forge
- h2oai
dependencies:
- python=3.6
- numpy=1.15.*
- pandas=0.23.*
- flask
- dask
- distributed
- joblib
- cython
- numba
- pip
- h2o
- feather-format
- matplotlib
- seaborn
- pep8
- scikit-learn
- scikit-image
- nose
- jupyter
- jupyter_client
- jupyter_console
- jupyter_contrib_core
- jupyter_contrib_nbextensions
- jupyter_core
- jupyter_highlight_selected_word
- jupyter_nbextensions_configurator
- jupyterlab
- jupyterlab_launcher
- ipykernel
- nb_conda_kernels
- tensorflow==1.8.0
- keras==2.1.6
- ipython
- xlrd
- fastparquet
- pystan
- scipy
- bottleneck
- networkx=1.11
- widgetsnbextension
- ipywidgets
- pip:
- dash
- dash_core_components
- dash_html_components
- dash-table
- jupyterlab-discovery
- JayDeBeApi
- stldecompose
- plotly
- sqlalchemy
- sqlalchemy-teradata
- hyperopt
- fbprophet
- statsmodels
- category_encoders
- pyodbc
- psycopg2-binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment