Created
November 8, 2019 19:47
-
-
Save shaabhishek/99f326dc55e4f1bea2d7987b66321686 to your computer and use it in GitHub Desktop.
Default conda environment yaml file
This file contains 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: environment-name | |
channels: | |
- pytorch | |
- defaults | |
- anaconda | |
dependencies: | |
- numpy | |
- pandas | |
- pytorch | |
# - torchvision | |
- jupyter | |
- ipython | |
- openssl | |
- python>=3.5.0 | |
- matplotlib | |
- psycopg2 | |
- seaborn | |
- sqlite | |
# - tqdm | |
- statsmodels | |
- pip | |
- openssl | |
- pylint | |
- cudatoolkit=10.1 | |
# - pip: | |
# - opencv-python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment