Skip to content

Commit

Permalink
upper bound numpy dep since we haven't tested numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jun 17, 2024
1 parent 3763669 commit 469bd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lenskit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license = { file = "LICENSE.md" }
dynamic = ["version"]
dependencies = [
"pandas >=1.5, <3",
"numpy >= 1.23",
"numpy >= 1.23,<2",
"scipy >= 1.9.0",
"torch ~=2.1", # conda: pytorch>=2.1,<3
"threadpoolctl >=3.0",
Expand Down

0 comments on commit 469bd17

Please sign in to comment.