Skip to content

Commit

Permalink
Temporal work-around for fdasrsf incompatibility with newer SciPy
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jun 28, 2024
1 parent a997f02 commit 59b6f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ dependencies = [
"lazy_loader",
"matplotlib",
"multimethod>=1.5, !=1.11, != 1.11.1",
"numpy>=1.16,<2",
"numpy>=1.16, <2",
"pandas>=1.0",
"rdata",
"scikit-datasets[cran]>=0.2.2",
"scikit-learn>=0.20",
"scipy>=1.6.0",
"scipy>=1.6.0, <1.14",
"typing-extensions",
]

Expand Down

0 comments on commit 59b6f60

Please sign in to comment.