Skip to content

Commit b4d940a

Browse files
author
Andy Barrett
committed
define environment file
1 parent e93b5c3 commit b4d940a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

environment.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: nsidc_data_cookbook
2+
channels:
3+
- conda-forge
4+
- default
5+
dependencies:
6+
- python ~=3.10
7+
8+
###################################################
9+
# Imported dependencies and extensions #
10+
###################################################
11+
12+
- jupyterlab
13+
- matplotlib
14+
- cartopy
15+
- dask
16+
- netCDF4
17+
- bottleneck
18+
- xarray
19+
- rioxarray
20+
- pandas
21+
- pytest
22+

0 commit comments

Comments
 (0)