Skip to content

Commit

Permalink
Fix numpy version (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningSE authored Jun 24, 2024
1 parent cd0f0fe commit 78a7d3c
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 @@ -26,7 +26,7 @@ packages = [
]

[tool.poetry.dependencies]
numpy = "*"
numpy = "<=1.26.0"
pandas = "*"
scipy = "*"
scikit-learn = "*"
Expand Down

0 comments on commit 78a7d3c

Please sign in to comment.