Skip to content

Commit dc2b18d

Browse files
authored
Albrja/mic-6097/Update pandas stubs pin (#44)
Albrja/mic-6097/Update pandas stubs pin Pin pandas stubs to fix mypy errors - *Category*: CI - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-6097 ### Changes and notes <!-- Change description – why, what, anything unexplained by the above. Include guidance to reviewers if changes are complex. --> ### Testing <!-- Details on how code was verified, any unit tests local for the repo, regression testing, etc. At a minimum, this should include an integration test for a framework change. Consider: plots, images, (small) csv file. -->
1 parent ba3c59f commit dc2b18d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**0.2.2 - 05/27/25**
2+
3+
- Update pandas stubs package pin
4+
15
**0.2.1 - 02/05/24**
26

37
- Add python versions json

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"networkx",
5454
"loguru",
5555
# Type stubs
56-
"pandas-stubs",
56+
"pandas-stubs<=2.2.3.250308",
5757
"networkx-stubs",
5858
"types-docutils",
5959
"types-setuptools",

0 commit comments

Comments
 (0)