Skip to content

Commit 17b982d

Browse files
Update scipy requirement from <=1.15.3 to <=1.16.1
Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v0.1.0...v1.16.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 296657b commit 17b982d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"pandas[excel,parquet,plot]>=2.2.0", # brings many deps see DEPS NOTE
3636
"patsy>=1.0.1", # TODO consider using formulae instead v0.5.6
3737
"scikit-learn>=1.6.0",
38-
"scipy<=1.15.3", # upper pin @2025-07-14 due to https://github.com/statsmodels/statsmodels/issues/9542
38+
"scipy<=1.16.1", # upper pin @2025-07-14 due to https://github.com/statsmodels/statsmodels/issues/9542
3939
"seaborn<0.14", # 0.14 likely to break many plots, approach with caution
4040
"statsmodels>=0.14.0",
4141
"umap-learn",

0 commit comments

Comments
 (0)