Skip to content

Commit

Permalink
bumping min matplotlib as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Mar 22, 2024
1 parent 0ac93b3 commit 9927de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pip
- numpy >=1.14.0
- scipy >=1.4.0
- matplotlib>=2.1.0
- matplotlib>=2.2.0
- pytest
- pytest-cov
- pytest-mpl
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ install_requires =

[options.extras_require]
display =
matplotlib >= 1.5.0
matplotlib >= 2.2.0
testing =
matplotlib >= 2.1.0
matplotlib >= 2.2.0
decorator
pytest
pytest-cov
Expand Down

0 comments on commit 9927de9

Please sign in to comment.