fix: Update regular_grid_interpolator to scipy 1.17.0 (#855)

* Add scipy as dependency so dependabot will detect version mismatch
   early.
This commit is contained in:
Dominique Lasserre
2026-01-25 17:24:03 +01:00
committed by GitHub
parent df92e6157f
commit 2249fbcbaf
2 changed files with 1 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ mdit-py-plugins==0.5.0
bokeh==3.8.2 bokeh==3.8.2
uvicorn==0.40.0 uvicorn==0.40.0
scikit-learn==1.8.0 scikit-learn==1.8.0
scipy==1.17.0
tzfpy==1.1.0 tzfpy==1.1.0
deap==1.4.3 deap==1.4.3
requests==2.32.5 requests==2.32.5