Skip to content

Commit eea5436

Browse files
authored
Merge pull request #1124 from MPAS-Dev/copilot/support-pillow-versions-11-12
Support Pillow >=10.0.0,<13.0.0 for Python 3.14 compatibility
2 parents 416e6be + 656a3f8 commit eea5436

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ requirements:
4040
- netcdf4
4141
- numpy >=2.0,<3.0
4242
- pandas
43-
- pillow >=10.0.0,<11.0.0
43+
- pillow >=10.0.0,<13.0.0
4444
- progressbar2
4545
- pyproj
4646
- pyremap >=2.0.0,<3.0.0

dev-spec.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nco >=4.8.1,!=5.2.6
2020
netcdf4
2121
numpy >=2.0,<3.0
2222
pandas
23-
pillow >=10.0.0,<11.0.0
23+
pillow >=10.0.0,<13.0.0
2424
progressbar2
2525
pyproj
2626
pyremap >=2.0.0,<3.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies = [
5353
"netcdf4",
5454
"numpy >=2.0,<3.0",
5555
"pandas",
56-
"pillow >=10.0.0,<11.0.0",
56+
"pillow >=10.0.0,<13.0.0",
5757
"progressbar2",
5858
"pyproj",
5959
"python-dateutil",

0 commit comments

Comments
 (0)