Skip to content

Commit 5715093

Browse files
committed
DEPS: add scipy-stubs as development dependency
1 parent cc40732 commit 5715093

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

environment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ dependencies:
9191
- sphinx
9292
- sphinx-design
9393
- sphinx-copybutton
94+
95+
# static typing
96+
- scipy-stubs
9497
- types-python-dateutil
9598
- types-PyMySQL
9699
- types-pytz

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pytest-cython
6666
sphinx
6767
sphinx-design
6868
sphinx-copybutton
69+
scipy-stubs
6970
types-python-dateutil
7071
types-PyMySQL
7172
types-pytz

0 commit comments

Comments
 (0)