Last active
October 24, 2019 15:08
-
-
Save razhangwei/83ef113c0b06d47d0b0f98c7b089070e to your computer and use it in GitHub Desktop.
conda environment.yml
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
channels: | |
- defaults | |
- conda-forge | |
- r | |
- pytorch | |
- derickl | |
dependencies: | |
- python=3.6.9 | |
- dill | |
- flake8 | |
- ipdb | |
- ipykernel | |
- ipython | |
- jupyter | |
- jupyterlab | |
- jupytext | |
- matplotlib | |
- numpy | |
- pytorch::pytorch<=1.2 | |
- pandas | |
- pandoc | |
- pytest | |
- pyyaml | |
- r::r | |
- r::rpy2 | |
- r::r-irkernel | |
- seaborn | |
- scipy | |
- scikit-learn | |
- tensorflow<2.0 | |
- tensorboard | |
- tensorboardx | |
- torchvision | |
- derickl::torchtext | |
- tqdm | |
- pip: | |
- tick==0.5.0 | |
- falconn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment