Skip to content

Commit

Permalink
fix numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKue committed Jun 19, 2024
1 parent 9c7f333 commit cf8d420
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 @@ -24,7 +24,7 @@ license = { file = "LICENSE" }
requires-python = ">= 3.10, < 3.12"
dependencies = [
"keras ~= 3.3.0",
"numpy ~= 2.0.0",
"numpy ~= 1.26.4",
"scipy ~= 1.13",
]

Expand Down

0 comments on commit cf8d420

Please sign in to comment.