Last active
July 23, 2021 13:00
-
-
Save tommylees112/7a1d8810b9b0062b870aa6bb42c1801f to your computer and use it in GitHub Desktop.
Environment with Xesmf (Python 3.7)
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 xesmf | |
conda create -n xesmf python=3.7 --yes | |
conda activate xesmf | |
conda install -c conda-forge xesmf rasterio --yes | |
conda install -c anaconda boto3 --yes | |
conda install pytorch torchvision -c pytorch --yes | |
conda install -c conda-forge dask netcdf4 numba tqdm jupyterlab ipython pip ruamel.yaml descartes scikit-learn black mypy --yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment