Skip to content

Instantly share code, notes, and snippets.

@ianepreston
Last active November 18, 2019 15:24
Show Gist options
  • Save ianepreston/2d9cb9b38dda4204fe3c3d69a8f4a03b to your computer and use it in GitHub Desktop.
Save ianepreston/2d9cb9b38dda4204fe3c3d69a8f4a03b to your computer and use it in GitHub Desktop.
conda env to develop statsmodels
name: statsmodels_dev
channels:
- conda-forge
dependencies:
- python=3.7
- Cython
- scipy
- patsy
- pandas
- matplotlib
- pytest
# Uncomment whichever is appropriate for your OS
# - gcc_linux-64
# - clang_osx-64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment