Skip to content

Commit 964f7f6

Browse files
authored
Merge pull request #521 from PSLmodels/taxcalc-version
Require taxcalc version 6.6.1 or higher
2 parents a6c8a97 + 998ab35 commit 964f7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages=find_packages(),
77
python_requires=">=3.11,<3.14",
88
install_requires=[
9-
"taxcalc==6.6.1",
9+
"taxcalc>=6.6.1",
1010
"numpy",
1111
"pandas>=3.0.2",
1212
"clarabel",

0 commit comments

Comments
 (0)