Skip to content

Commit 7997318

Browse files
committed
Relax matplotlib constraints
1 parent 539d3db commit 7997318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
# =================
1818
- beautifulsoup4
1919
- lxml
20-
- matplotlib-base >=3.8.2,<3.10
20+
- matplotlib-base
2121
- mpas_tools
2222
- netcdf4
2323
- numpy >=2.0,<3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
dependencies = [
2121
"beautifulsoup4",
2222
"lxml",
23-
"matplotlib >=3.8.2,<3.10",
23+
"matplotlib",
2424
"netcdf4",
2525
"numpy >=2.0,<3.0",
2626
"pcmdi_metrics>=3.9.3",

0 commit comments

Comments
 (0)