Skip to content

Commit 93d869a

Browse files
MaxGhenisclaude
andauthored
Bump policyengine-core and microdf for pandas 3.0 compatibility (#544)
* Bump policyengine-core>=3.23.6 and microdf>=1.2.1 for pandas 3.0 - Core 3.23.6 fixes StringArray parameter lookups - microdf 1.2.1 fixes set_weights CoW compatibility Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix black formatting --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2f511bb commit 93d869a

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- Bumped policyengine-core to 3.23.6 and microdf to 1.2.1 for pandas 3.0 compatibility

policyengine_canada/model_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
)
66
from policyengine_canada.tools.general import *
77

8-
98
CAD = "currency-CAD"
109

1110

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
# Core requirements with refined version constraints
1010
general_requirements = [
11-
"policyengine_core>=3.23.0",
11+
"policyengine_core>=3.23.6",
1212
"black[jupyter]",
1313
"coverage<7",
1414
"dpath<3",
1515
"h5py>=3,<4",
1616
"linecheck<1",
17-
"microdf_python>=1.0.0",
17+
"microdf_python>=1.2.1",
1818
"nptyping<2",
1919
"numexpr<3",
2020
"pandas>=2.2.0",

0 commit comments

Comments
 (0)