Skip to content

Commit

Permalink
Cap scipy from new release to avoid test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lajohn4747 committed Jun 25, 2024
1 parent dc2eed0 commit 42bfd87
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 @@ -32,7 +32,7 @@ dependencies = [
"scikit-learn>=1.3.1;python_version>='3.12'",
"scipy>=1.7.3;python_version<'3.10'",
"scipy>=1.9.2;python_version>='3.10' and python_version<'3.12'",
"scipy>=1.12.0;python_version>='3.12'",
"scipy>=1.12.0,<1.14.0;python_version>='3.12'",
'copulas>=0.11.0',
'tqdm>=4.29',
'plotly>=5.19.0',
Expand Down

0 comments on commit 42bfd87

Please sign in to comment.