Add scipy-stubs as dev dependency

https://github.com/scipy/scipy-stubs
This commit is contained in:
jorenham
2025-07-03 13:34:35 +02:00
parent 66020d250c
commit 0601f15bd0
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ repos:
- id: mypy - id: mypy
exclude: build_helpers exclude: build_helpers
additional_dependencies: additional_dependencies:
- scipy-stubs==1.15.3.0
- types-cachetools==6.0.0.20250525 - types-cachetools==6.0.0.20250525
- types-filelock==3.2.7 - types-filelock==3.2.7
- types-requests==2.32.4.20250611 - types-requests==2.32.4.20250611
+1
View File
@@ -111,6 +111,7 @@ develop = [
"pytest-xdist", "pytest-xdist",
"pytest", "pytest",
"ruff", "ruff",
"scipy-stubs",
"time-machine", "time-machine",
"types-cachetools", "types-cachetools",
"types-filelock", "types-filelock",
+1
View File
@@ -24,6 +24,7 @@ time-machine==2.16.0
nbconvert==7.16.6 nbconvert==7.16.6
# mypy types # mypy types
scipy-stubs==1.15.3.0 # keep in sync with `scipy` in `requirements-hyperopt.txt`
types-cachetools==6.0.0.20250525 types-cachetools==6.0.0.20250525
types-filelock==3.2.7 types-filelock==3.2.7
types-requests==2.32.4.20250611 types-requests==2.32.4.20250611