Skip to content

Commit

Permalink
Change numpy version dependency
Browse files Browse the repository at this point in the history
Relax the constraint
  • Loading branch information
Niklas Böhm committed Dec 17, 2024
1 parent 9880dc4 commit e5900a9
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 = [
"torch>=2.4",
"torchvision~=0.19",
"lightning>=2.4",
"numpy>=2.0.0",
"numpy>=1.24.0",
"annoy>=1.17.2",
"pillow",
]
Expand Down

0 comments on commit e5900a9

Please sign in to comment.