Skip to content

Commit

Permalink
Update minimum dependencies to agree with the other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Jun 14, 2023
1 parent 377ca33 commit fcfea87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ classifiers=[
"Topic :: Scientific/Engineering :: Astronomy",
]
dependencies = [
"numpy>=1.16",
"numpy>=1.19",
"scipy>=1.4.0",
"astropy>=2.0",
"matplotlib>=1.5",
"astropy>=5.0",
"matplotlib>=3.2.0",

"docutils>=0.15",
"requests>=2.20",
"beautifulsoup4>=4.4",
"lxml>=4.5.0",
"pyyaml>5.1",

"synphot>=0.1.3",
"synphot>=1.1.0",
"skycalc_ipy>=0.1.3",
"anisocado>=0.2.3",
]
Expand Down

0 comments on commit fcfea87

Please sign in to comment.