Last active
November 18, 2019 15:24
-
-
Save ianepreston/2d9cb9b38dda4204fe3c3d69a8f4a03b to your computer and use it in GitHub Desktop.
conda env to develop statsmodels
This file contains hidden or 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: 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