forked from NASA-TROPESS/IGAC-ShortCourse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
40 lines (39 loc) · 1022 Bytes
/
environment.yml
File metadata and controls
40 lines (39 loc) · 1022 Bytes
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
# 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-igac-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-igac-env
name: tropess-igac-env
channels:
- conda-forge
dependencies:
- python>=3.9
- nb_conda
- numpy
- earthaccess
- requests
- netCDF4
- pandas
- pathlib
- matplotlib
- scipy
- imageio
- Basemap
- cartopy
- IPython
- ipywidgets
- pip
- pip:
# works for regular pip packages
- podaac-data-subscriber
# Python standard library dependencies
# - jupyter
# - contextlib
# - datetime
# - optparse
# - h5netcdf