Skip to content

Commit

Permalink
increase min sunpy
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Jul 23, 2024
1 parent 4ba4f0e commit a9511eb
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@
requires = [
"setuptools>=62.1",
"setuptools_scm[toml]>=6.2",
"wheel",]
"wheel",
]
build-backend = "setuptools.build_meta"

[project]
name = "sunkit_magex"
description = "Solar Magnetic field Extrapolation"
requires-python = ">=3.10"
readme = { file = "README.rst", content-type = "text/x-rst" }
license = { file = "licenses/LICENSE.rst", content-type = "text/plain" }
license = { file = "licenses/LICENSE.rst" }
authors = [
{ name = "David Stansby" },
{ name = "The SunPy Community", email = "[email protected]" },
]
dependencies = [
"astropy>=5.2.0",
"numpy>=1.23.0",
"astropy>=5.3.0",
"numpy>=1.23.5",
"scikit-image>=0.19.0",
# !=1.10.0 due to https://github.com/scipy/scipy/issues/17718
"scipy>=1.8.0,!=1.10.0",
"sunpy[map]>=5.1",
"scipy>=1.10.1",
"streamtracer>=2.2.0",
"sunpy[map]>=6.0",
]
dynamic = ["version"]

Expand All @@ -33,7 +35,6 @@ tests = [
"pytest-arraydiff",
"parfive",
"reproject",
"streamtracer",
"sympy",
]
docs = [
Expand All @@ -42,14 +43,12 @@ docs = [
"pillow",
"reproject",
"sphinx-gallery",
"streamtracer",
"sunpy[net,map]",
"sympy",
"sunpy-sphinx-theme",
]
performance = [
"numba",
"streamtracer",
]
analytic = [
"sympy",
Expand Down

0 comments on commit a9511eb

Please sign in to comment.