-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathenvironment.yml
44 lines (43 loc) · 1.02 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This file contains the required dependencies to fully execute all Jupyter notebooks and tutorials contained in this repository.
#
# To create this conda environment for the first time:
# run from your commandline: conda env create --file environment.yml
# ----------
# Additional execution guidance from commandline/terminal:
# - to activate environment: conda activate tropess-env
# - to install environment: conda env create --file environment.yml
# - to deactivate environment: conda deactivate
# - to update environment: conda env update --file environment.yml --name tropess-env
name: tropess-env
channels:
- conda-forge
dependencies:
- python>=3.9
- nb_conda
- numpy
- earthaccess
- requests
- boto3
- s3fs
- xarray
- netCDF4
- h5netcdf
- pandas
- pathlib
- matplotlib
- scipy
- cartopy
- imageio
- Basemap
- IPython
- ipywidgets
- pip
- pip:
# works for regular pip packages
- podaac-data-subscriber
# Python standard library dependencies
# - jupyter
# - contextlib
# - datetime
# - optparse
# - h5netcdf