Skip to content

Commit 3fac52d

Browse files
committed
update requirements for Pandas
Pandas now requires Pyarrow, and mypy wants the stubs for Pandas as a separate package
1 parent 8ef2805 commit 3fac52d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ doc8
77
flake8
88
jinja2
99
mypy
10+
pandas-stubs
1011
pre-commit
1112
pydocstyle
1213
pylint

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ numpy
66
openpyxl
77
pandas
88
Pillow
9+
pyarrow
910
scipy
1011
seaborn
1112
sqlalchemy

0 commit comments

Comments
 (0)