Skip to content

Commit

Permalink
Add pandas-stubs dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim committed Oct 19, 2024
1 parent a42093e commit 49045ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ setuptools==65.5.1; python_version < '3.12'
setuptools==68.2.2; python_version >= '3.12'
jupyter==1.0.0
mypy==1.1.1
pandas-stubs
pytest==7.4.4
pytest-asyncio==0.23.7
types-PyYAML==6.0.1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"setuptools==68.2.2; python_version >= '3.12'",
"jupyter==1.0.0",
"mypy==1.1.1",
"pandas-stubs",
"pytest==7.4.4",
"types-PyYAML==6.0.1",
"types-requests==2.26.0",
Expand Down

0 comments on commit 49045ed

Please sign in to comment.