Skip to content

Commit

Permalink
Merge pull request #86 from Subaru-PFS/u/monodera/prevent_numpy2
Browse files Browse the repository at this point in the history
add numpy version requiremnt to <2.0
  • Loading branch information
monodera authored May 30, 2024
2 parents 85bdca2 + 13d7f8b commit d3339ca
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 @@ -9,7 +9,7 @@ dependencies = [
"alembic",
"astropy",
"loguru",
"numpy",
"numpy<2.0",
"openpyxl",
"pandas",
"psycopg2-binary",
Expand Down

0 comments on commit d3339ca

Please sign in to comment.