Skip to content

Commit

Permalink
add pins to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Dec 9, 2024
1 parent 8c8f123 commit 6f3372b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"name": "taxcalc",
"install_requires": [
"setuptools",
"numpy",
"pandas",
"bokeh",
"numpy>=1.26",
"pandas>=2.2",
"bokeh>=2.4",
"numba",
"requests",
"paramtools>=0.19.0",
Expand Down

0 comments on commit 6f3372b

Please sign in to comment.