forked from marisolgr/python_sat_tutorials
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
Latest commit
23 lines (23 loc) · 408 Bytes
/
Copy pathenvironment.yml
File metadata and controls
23 lines (23 loc) · 408 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: tutorialenv
channels:
- conda-forge
- defaults
dependencies:
- cartopy=0.18.0
- jupyterlab=2.2.8
- matplotlib=3.2.2
- numpy=1.18.5
- pandas=1.0.5
- python=3.7.6
- xarray=0.15.1
- netcdf4=1.5.3
- scikit-learn=1.0
- statsmodels=0.13.0
- dask=2.19.0
- zarr=2.8.3
- s3fs=0.2.0
- fsspec=2021.8.1
- hvplot=0.7.3
- wget=1.20.3
- aiohttp=3.7.4.post0
- geoviews=1.9.2