Skip to content

Commit a77dcc0

Browse files
authored
Merge pull request #2905 from martinholmer/new-paramtools
Require `paramtools` 0.20.0 or higher
2 parents 9f3d863 + c7588c7 commit a77dcc0

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

conda.recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requirements:
1212
- "numpy>=1.26"
1313
- "pandas>=2.2"
1414
- "bokeh>=3.7"
15-
- "paramtools>=0.19.0"
15+
- "paramtools>=0.20.0"
1616
- numba
1717
- curl
1818
- openpyxl
@@ -23,7 +23,7 @@ requirements:
2323
- "numpy>=1.26"
2424
- "pandas>=2.2"
2525
- "bokeh>=3.7"
26-
- "paramtools>=0.19.0"
26+
- "paramtools>=0.20.0"
2727
- numba
2828
- curl
2929
- openpyxl

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ dependencies:
1919
- pip
2020
- pip:
2121
- jupyter-book
22-
- "marshmallow>=3.22, <4.0" # TODO: drop this after ParamTools is fixed
23-
- "paramtools>=0.19.0" # TODO: bump version after ParamTools is fixed
22+
- "paramtools>=0.20.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"pandas>=2.2",
2626
"bokeh>=2.4",
2727
"numba",
28-
"paramtools>=0.19.0",
28+
"paramtools>=0.20.0",
2929
],
3030
"classifiers": [
3131
"Development Status :: 4 - Beta",

taxcalc/tests/test_4package.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def test_for_consistency(tests_path):
6868
'coverage',
6969
"pip",
7070
"jupyter-book",
71-
"marshmallow>=3.22, <4.0", # TODO: drop this after ParamTools is fixed
7271
"setuptools"
7372
])
7473
# read conda.recipe/meta.yaml requirements

0 commit comments

Comments
 (0)