Skip to content

Instantly share code, notes, and snippets.

@razhangwei
Last active October 24, 2019 15:08
Show Gist options
  • Save razhangwei/83ef113c0b06d47d0b0f98c7b089070e to your computer and use it in GitHub Desktop.
Save razhangwei/83ef113c0b06d47d0b0f98c7b089070e to your computer and use it in GitHub Desktop.
conda environment.yml
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