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 b65ed4a commit 0762567Copy full SHA for 0762567
environment.yml
@@ -2,6 +2,7 @@ name: xarray-enmap
2
channels:
3
- conda-forge
4
dependencies:
5
+ - python >=3.11
6
- rioxarray
7
- shapely
8
- xarray
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
requires = [
- "setuptools >= 40.9.0",
+ "setuptools >= 77.0.3",
]
build-backend = "setuptools.build_meta"
@@ -19,7 +19,7 @@ keywords = [
19
readme = {file = "README.md", content-type = "text/markdown"}
20
license = "MIT"
21
license-files = ["LICEN[CS]E*"]
22
-requires-python = ">=3.10"
+requires-python = ">=3.11"
23
dependencies = [
24
"rioxarray",
25
"shapely",
0 commit comments