Skip to content

Commit d29303b

Browse files
authored
Bump minimum supported version to packaging>=24.2 (#3933)
Setuptools>=77.0.0 requires "packaging>=24.2" to work properly. Xref pypa/setuptools#4894
1 parent 74de7d8 commit d29303b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_tests_legacy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
numpy=1.26
6565
pandas
6666
xarray
67-
packaging
67+
packaging=24.2
6868
contextily=1.5
6969
geopandas=1.0
7070
ipython

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- numpy>=1.26
1111
- pandas>=2.1
1212
- xarray>=2023.07
13-
- packaging
13+
- packaging>=24.2
1414
# Optional dependencies
1515
- contextily>=1.5
1616
- geopandas>=1.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"numpy>=1.26",
3939
"pandas>=2.1",
4040
"xarray>=2023.07",
41-
"packaging",
41+
"packaging>=24.2",
4242
]
4343
dynamic = ["version"]
4444

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
numpy>=1.26
33
pandas>=2.1
44
xarray>=2023.07
5-
packaging
5+
packaging>=24.2

0 commit comments

Comments
 (0)