Skip to content

Commit

Permalink
fix min deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed Jan 10, 2024
1 parent 5cf74d8 commit 6b880ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# it exists to let GitHub build the repository dependency graph
# https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on

cartopy >= 0.18
matplotlib >= 3.4
numpy >= 1.17
cartopy >= 0.20
matplotlib >= 3.5
numpy >= 1.23
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
include_package_data = True
python_requires = >=3.9
install_requires =
cartopy >= 0.18
matplotlib >= 3.4
numpy >= 1.17
cartopy >= 0.20
matplotlib >= 3.5
numpy >= 1.23

[tool:pytest]
filterwarnings =
Expand Down

0 comments on commit 6b880ad

Please sign in to comment.