Skip to content

Commit

Permalink
Temporarily restrict NumPy 2.0 until dependencies have been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Jul 9, 2024
1 parent cee8756 commit 227c40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [
dependencies = [
"retrying>=1.3.4",
"tenacity>=8.1.0",
"numpy>=1.24.1",
"numpy>=1.24.1,<2.0.0",
"pandas>=1.5.3",
"astropy>=5.2.1",
"astroquery>=0.4.6",
Expand Down

0 comments on commit 227c40e

Please sign in to comment.