forked from GlacioHack/geoutils
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdev-environment.yml
50 lines (45 loc) · 874 Bytes
/
dev-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
50
name: geoutils-dev
channels:
- conda-forge
dependencies:
- python>=3.9,<3.12
- geopandas>=0.12.0
- matplotlib=3.*
- pyproj=3.*
- rasterio>=1.3,<2
- pandas>=1,<3
- numpy=1.*
- scipy=1.*
- tqdm
- xarray
- dask
- rioxarray=0.*
# Development-specific, to mirror manually in setup.cfg [options.extras_require].
- pip
# Optional dependencies
- scikit-image
# Test dependencies
- pytest=7.*
- pytest-xdist
- pytest-lazy-fixture
- pyyaml
- flake8
- pylint
- netcdf4 # To write synthetic data with chunksizes
- dask-memusage
# Doc dependencies
- sphinx
- pydata-sphinx-theme
- sphinx-book-theme>=1.0
- sphinx-gallery
- sphinx-design
- sphinx-autodoc-typehints
- sphinxcontrib-programoutput
- sphinx-argparse
- autovizwidget
- graphviz
- myst-nb
- numpydoc
- typing-extensions
- pip:
- -e ./