forked from GlacioHack/xdem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-environment.yml
54 lines (47 loc) · 1.01 KB
/
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
51
52
53
54
name: xdem-dev
channels:
- conda-forge
dependencies:
- python>=3.9,<3.12
- geopandas>=0.12.0
- numba=0.*
- numpy=1.*
- matplotlib=3.*
- pyproj>=3.4,<4
- rasterio>=1.3,<2
- scipy>=1.0,<1.13
- tqdm
- scikit-image=0.*
- scikit-gstat>=1.0,<1.1
- geoutils=0.1.7
# Development-specific, to mirror manually in setup.cfg [options.extras_require].
- pip
# Optional dependencies
- pytransform3d
- richdem
# Test dependencies
- pytest
- pytest-xdist
- pyyaml
- flake8
- pylint
# Doc dependencies
- sphinx
- pydata-sphinx-theme
- sphinx-book-theme>=1.0
- sphinxcontrib-programoutput
- sphinx-design
- sphinx-autodoc-typehints
- sphinx-gallery
- autovizwidget
- graphviz
- myst-nb
- numpydoc
- pip:
- -e ./
# Optional dependencies
- noisyopt
# "Headless" needed for opencv to install without requiring system dependencies
- opencv-contrib-python-headless
# To run CI against latest GeoUtils
# - git+https://github.com/rhugonnet/geoutils.git