Skip to content

Commit

Permalink
Merge pull request #67 from ECCCO-mission/pin-numpy
Browse files Browse the repository at this point in the history
pins numpy < 2
  • Loading branch information
jmbhughes committed Jun 19, 2024
2 parents 3aea552 + bdc8745 commit 17fe24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ requires = ["setuptools",

[project]
name = "overlappogram"
version = "0.0.5"
dependencies = ["numpy",
version = "0.0.6"
dependencies = ["numpy<2.0.0",
"astropy",
"scikit-learn",
"pandas",
Expand Down

0 comments on commit 17fe24d

Please sign in to comment.