-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
49 lines (45 loc) · 995 Bytes
/
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
45
46
47
48
49
name: seaice_ecdr
channels:
- conda-forge
- nsidc
- nodefaults
dependencies:
- python ~=3.10.0
########################################
# Imported dependencies and extensions #
########################################
- numpy ~=1.22.4
- xarray ~=2023.6
- xarray-datatree ~=0.0.14
- dask ~=2023.10.1
- netCDF4 ~=1.6.5
- loguru ~=0.7
- scipy ~=1.8.1
# Required for aggregating NC files (provides the `ncrcat` CLI)
- nco ~=5.1.9
- pandas ~=1.4.4
- opencv ~=4.8.0
- pm_tb_data ~=0.5.0
- pm_icecon ~=0.6.0
- leafmap
- rioxarray
- hvplot
- jupyter_bokeh
#############################
# Non-imported dependencies #
#############################
# testing/linting/typechecking
- pre-commit ~=3.6.2
- pytest ~=7.1
- pytest-cov ~=4.1.0
- mypy ==1.7.0
- pyfakefs ~=5.2.4
- pytest-order ~=1.0.1
# required by leafmap
- localtileserver
# other utilities
- bump-my-version ~=0.10.0
- ipython
- ipdb
- conda-lock
- invoke