Skip to content

Commit

Permalink
limit numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvanBrocard committed Oct 23, 2024
1 parent 18c96fb commit b927a37
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 @@ -37,7 +37,7 @@ classifiers = [
authors = [{ name = "Sylvan Brocard", email = "sbrocard@upmem.com" }]
requires-python = ">=3.7"
dependencies = [
"numpy",
"numpy<2",
"scikit-learn<1.1",
"importlib_resources; python_version<'3.9'",
"xxhash",
Expand Down

0 comments on commit b927a37

Please sign in to comment.