We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a05737 commit 1d1a0c2Copy full SHA for 1d1a0c2
environment.yml
@@ -1,6 +1,11 @@
1
channels:
2
- conda-forge
3
dependencies:
4
+ - python >=3.11
5
+ - numpy >=1.25.2
6
+ - gdal >=3.7.0
7
- pyramids >=0.5.6
8
+ - geopandas >=0.14.1
9
+ - cleopatra >=0.4.0
10
- pytest >=7.4.3
11
- pytest-cov >=4.1.0
requirements.txt
@@ -1 +1,7 @@
pyramids-gis >=0.5.6
+numpy >=1.25.2
+gdal >=3.7.0
+geopandas >=0.14.1
+cleopatra >=0.4.0
+pytest >=7.4.3
+pytest-cov >=4.1.0
0 commit comments