Last active
May 21, 2021 12:27
-
-
Save tommylees112/3e23887a45e259c05df27d93bdd200cc to your computer and use it in GitHub Desktop.
Conda environment for Antonia
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
conda create -n ml --yes python=3.7 | |
conda activate ml | |
conda install tensorflow -c anaconda --yes | |
conda install pytorch torchvision -c pytorch --yes | |
conda install -c conda-forge seaborn=0.11 --yes | |
conda install -c conda-forge netcdf4 numba tqdm jupyterlab tensorboard ipython pip ruamel.yaml xarray descartes statsmodels scikit-learn black mypy --yes | |
conda install -c anaconda spyder | |
python -c "import torch; import xarray" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment