Skip to content

Commit

Permalink
Prevent use of numpy 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
  • Loading branch information
kbattocchi committed Jun 30, 2024
1 parent 5a3dbf0 commit 3dff057
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 @@ -20,7 +20,7 @@ classifiers = [
"Operating System :: POSIX :: Linux"
]
dependencies = [
"numpy",
"numpy<2",
"scipy > 1.4.0",
"scikit-learn >= 1.0, < 1.6",
"sparse",
Expand Down

0 comments on commit 3dff057

Please sign in to comment.