Last active
March 31, 2019 18:24
-
-
Save fsmanuel/922f3362815ee487cfbf9b9689acd0bf to your computer and use it in GitHub Desktop.
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
# conda env create|update -f environment.yml | |
name: data-science-project | |
dependencies: | |
- python=3.7 | |
- pip=19.0.* | |
- pip: | |
- '--editable=.' | |
- flake8==3.7.* | |
- flake8-quotes==1.0.* | |
- jupyter==1.0.* | |
- matplotlib==3.0.* | |
- numpy==1.16.* | |
- pandas==0.24.* | |
- pytest==4.3.* | |
- pytest-mock==1.10.* | |
- scikit-learn==0.20.* | |
- scipy==1.2.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment