Skip to content

Commit

Permalink
increase min sunpy (sunpy#139)
Browse files Browse the repository at this point in the history
* increase min sunpy

* Changelog
  • Loading branch information
nabobalis authored Jul 23, 2024
1 parent 987b2ed commit 07b0ec6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog/139.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Increased the minimum required version of ``sunpy`` to v6.0.0.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ authors = [
{ name = "The Sunpy Community", email = "[email protected]" },
]
dependencies = [
"astropy>5.2.0",
"sunpy[net]>=5.0",
"astropy>=5.3.0",
"sunpy[net]>=6.0.0",
"requests>=2.28.0",
]
dynamic = ["version"]
Expand All @@ -30,7 +30,7 @@ tests = [
"pytest-xdist",
"pytest",
"responses>=0.20.0",
"sunpy[map,net]>=5.0",
"sunpy[map,net]>=6.0.0",
]
docs = [
"matplotlib",
Expand Down

0 comments on commit 07b0ec6

Please sign in to comment.