Skip to content

Commit 0762567

Browse files
committed
Bump some dependency version numbers
1 parent b65ed4a commit 0762567

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: xarray-enmap
22
channels:
33
- conda-forge
44
dependencies:
5+
- python >=3.11
56
- rioxarray
67
- shapely
78
- xarray

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools >= 40.9.0",
3+
"setuptools >= 77.0.3",
44
]
55
build-backend = "setuptools.build_meta"
66

@@ -19,7 +19,7 @@ keywords = [
1919
readme = {file = "README.md", content-type = "text/markdown"}
2020
license = "MIT"
2121
license-files = ["LICEN[CS]E*"]
22-
requires-python = ">=3.10"
22+
requires-python = ">=3.11"
2323
dependencies = [
2424
"rioxarray",
2525
"shapely",

0 commit comments

Comments
 (0)