Skip to content

Commit

Permalink
Restrict to NumPy version less than 2 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jun 21, 2024
1 parent 6b1c88b commit 5a7b53d
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 @@ dependencies = [
"lazy_loader",
"matplotlib",
"multimethod>=1.5, !=1.11, != 1.11.1",
"numpy>=1.16",
"numpy>=1.16,<2",
"pandas>=1.0",
"rdata",
"scikit-datasets[cran]>=0.2.2",
Expand Down

0 comments on commit 5a7b53d

Please sign in to comment.