Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
# =================
- beautifulsoup4
- lxml
- matplotlib-base >=3.8.2,<3.10
- matplotlib-base
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@forsyth2, only the upper bound should have been removed here, not the lower bound. That lower bound was put on for a good reason at some point and I presume that reason hasn't gone away.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will make a conda-fixes PR for this as well as the issues noted at #25 (comment).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got that as well already in #42

- mpas_tools
- netcdf4
- numpy >=2.0,<3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
dependencies = [
"beautifulsoup4",
"lxml",
"matplotlib >=3.8.2,<3.10",
"matplotlib",
"netcdf4",
"numpy >=2.0,<3.0",
"pcmdi_metrics>=3.9.3",
Expand Down
Loading