Skip to content

Commit

Permalink
tried to fix dependenies to make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimoNigro committed Jan 4, 2024
1 parent e830730 commit 31bee7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
install_requires=["astropy>=4.0", "numpy>=1.17", "scipy>=1.2", "matplotlib"],
install_requires=["astropy>=5.0", "numpy>=1.21", "scipy>=1.5,!=1.10", "matplotlib>=3.4"],
python_requires=">=3.8",
)

0 comments on commit 31bee7d

Please sign in to comment.