Skip to content

Instantly share code, notes, and snippets.

@fsmanuel
Last active March 31, 2019 18:24
Show Gist options
  • Save fsmanuel/922f3362815ee487cfbf9b9689acd0bf to your computer and use it in GitHub Desktop.
Save fsmanuel/922f3362815ee487cfbf9b9689acd0bf to your computer and use it in GitHub Desktop.
# 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