Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Dec 16, 2024
1 parent c146fb3 commit 3c97892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup(
name="tmd",
version="0.6.1",
version="0.6.2",
packages=find_packages(),
python_requires=">=3.10,<3.13",
install_requires=[
"policyengine_us==1.55.0",
"tables", # required by policyengine_us
"taxcalc>=4.3.4",
"taxcalc>=4.3.5",
"scikit-learn",
"torch",
"tensorboard",
Expand Down

0 comments on commit 3c97892

Please sign in to comment.