Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Last active November 12, 2021 19:16
Show Gist options
  • Save tommylees112/63c42779ad72536f2267ca30a599a048 to your computer and use it in GitHub Desktop.
Save tommylees112/63c42779ad72536f2267ca30a599a048 to your computer and use it in GitHub Desktop.
conda create -n keras --yes
conda activate keras
conda install -c conda-forge keras tensorflow --yes
# conda install pytorch torchvision -c pytorch --yes
# conda install -c conda-forge seaborn=0.11 --yes3
# conda install -c conda-forge jupyterlab=3.0.16 --yes
conda install -c conda-forge jupyterlab seaborn --yes
conda install -c conda-forge netcdf4 numba tqdm tensorboard ipython pip ruamel.yaml xarray descartes statsmodels scikit-learn black mypy eofs xskillscore cdsapi --yes
conda install -c conda-forge cartopy pyflwdir --yes
conda install -c conda-forge pytest pytest-cov --yes
conda install -c anaconda flake8 --yes
pip install geopandas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment