Skip to content

Instantly share code, notes, and snippets.

@Ogaday
Created July 11, 2019 16:25
Show Gist options
  • Save Ogaday/a55d47597a026a33e9f6fcefe0624fbe to your computer and use it in GitHub Desktop.
Save Ogaday/a55d47597a026a33e9f6fcefe0624fbe to your computer and use it in GitHub Desktop.
Conda environment for PyDataLDn19 Workshop: Advanced Software Testing for Data Scientists
name: test4ds
dependencies:
- python>=3.7
- scikit-learn=0.21.2
- pandas=0.24.2
- numpy=1.16.4
- pip
- pip:
- pytest
- pytest-cov
- pytruth
- hypothesis[pandas]
@Ogaday
Copy link
Author

Ogaday commented Jul 11, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment