Skip to content

Commit

Permalink
add cubepy requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel21 committed Jun 7, 2024
1 parent e6b73df commit 269eec2
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>=5.0, <6.0", "numpy>=1.21", "scipy>=1.5,!=1.10", "matplotlib>=3.4"],
install_requires=["astropy>=5.0, <6.0", "numpy>=1.21", "scipy>=1.5,!=1.10", "matplotlib>=3.4", "cubepy<=1.0.2"],
python_requires=">=3.8",
)

0 comments on commit 269eec2

Please sign in to comment.