Skip to content
Snippets Groups Projects
Commit b4c7e0af authored by DanielFrisinghelli's avatar DanielFrisinghelli
Browse files

Conda environment for Climax project.

parent 850c5f12
No related branches found
No related tags found
No related merge requests found
# create environment
# $ conda env create -f environment.yml
# $ conda activate climax
name: climax
channels:
- conda-forge
- defaults
dependencies:
- python=3.7
# scientific stack
- numpy
- pandas
- scipy
- scikit-learn
- statsmodels
# data I/O
- cdo
- xarray
- dask
- gdal
- rasterio
- netcdf4
- h5py
- h5netcdf
# visualization
- matplotlib
- seaborn
- ipython
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment