-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment-dev.yml
More file actions
49 lines (49 loc) · 1.25 KB
/
environment-dev.yml
File metadata and controls
49 lines (49 loc) · 1.25 KB
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: xdatasets
channels:
- conda-forge
- nodefaults
dependencies:
- python >=3.10,<3.14
# Main packages
- bottleneck >=1.3.1
# - cf-xarray >=0.6.1 # Was not included here, but appears in pyproject.toml
- cftime >=1.4.1 # Is it needed? It's not used in the code.
- clisops >=0.9.2
- dask >=2.6
- dask-geopandas >=0.4.1
- geopandas >=1.0
- intake
- intake-geopandas
- intake-xarray >=0.6.1,<2.0.0
- ipykernel # This should probably not be in the environment-dev.yml
- ipython >=8.5.0 # This should probably not be in the environment-dev.yml
- jsonpickle
- matplotlib-base >=3.5.0 # This should probably not be in the environment-dev.yml
- numpy >=1.23
# - pandas >=1.5.0 # Appears in pyproject.toml, but not in environment-dev.yml
- s3fs
- scipy >=1.9.0
- tqdm
- xagg
- xarray >=2023.1
- zarr >=2.11.1
# Dev tools and testing
- pip >=26.0.1
- bump-my-version >=1.3.0
- codespell >=2.4.2
- coverage >=7.5.0
- deptry >=0.25.1
- flake8 >=7.3.0
- flake8-rst-docstrings >=0.4.0
- flit >=3.11.0,<4.0
- mypy >=1.20.0
- numpydoc >=1.10.0
- prek >=0.3.0
- pytest >=9.0.2
- pytest-cov >=7.0.0
- ruff >=0.15.9
- tokenize-rt >=3.2.0
- tox >=4.52.0
- tox-gh >=1.7.1
- vulture >=2.14
- watchdog >=6.0.0