Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ folder](https://github.com/PSLmodels/Tax-Calculator/tree/master/taxcalc/cli/inpu
The **current TMD version is 2.1.4**, which was released on July 13,
2026, and is the same as TMD version 2.1.3 except that a new version
of `scikit-learn` (1.9.0), which fixed a bug in its weighted imputation
algorithm, is used (see #534 for details). Tax-Calculator version 6.8.0
algorithm, is used (see #534 for details). Tax-Calculator version 6.8.1
or higher is required to generate the TMD files.

When using version 2.1.4 to generate **sub-national weights**, there
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages=find_packages(),
python_requires=">=3.12,<3.15",
install_requires=[
"taxcalc>=6.8.0",
"taxcalc>=6.8.1",
"numpy",
"pandas>=3.0.2",
"clarabel",
Expand Down
Loading