Skip to content

Commit cfd2e00

Browse files
committed
Pin taxcalc version to 6.5.3 in setup.py
1 parent 1d366a4 commit cfd2e00

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.5.3",
9+
"taxcalc==6.5.3",
1010
"numpy",
1111
"pandas>=3.0.2",
1212
"clarabel",

0 commit comments

Comments
 (0)