Skip to content

Instantly share code, notes, and snippets.

@shaabhishek
Created November 8, 2019 19:47
Show Gist options
  • Save shaabhishek/99f326dc55e4f1bea2d7987b66321686 to your computer and use it in GitHub Desktop.
Save shaabhishek/99f326dc55e4f1bea2d7987b66321686 to your computer and use it in GitHub Desktop.
Default conda environment yaml file
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