diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index e7edfb5fa..c7326d780 100755 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -12,7 +12,7 @@ requirements: - "numpy>=1.26" - "pandas>=2.2" - "bokeh>=3.7" - - "paramtools>=0.19.0" + - "paramtools>=0.20.0" - numba - curl - openpyxl @@ -23,7 +23,7 @@ requirements: - "numpy>=1.26" - "pandas>=2.2" - "bokeh>=3.7" - - "paramtools>=0.19.0" + - "paramtools>=0.20.0" - numba - curl - openpyxl diff --git a/environment.yml b/environment.yml index 1651ff858..0580f1df6 100644 --- a/environment.yml +++ b/environment.yml @@ -19,5 +19,4 @@ dependencies: - pip - pip: - jupyter-book - - "marshmallow>=3.22, <4.0" # TODO: drop this after ParamTools is fixed - - "paramtools>=0.19.0" # TODO: bump version after ParamTools is fixed + - "paramtools>=0.20.0" diff --git a/setup.py b/setup.py index 41a08b64d..2b096943d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "pandas>=2.2", "bokeh>=2.4", "numba", - "paramtools>=0.19.0", + "paramtools>=0.20.0", ], "classifiers": [ "Development Status :: 4 - Beta", diff --git a/taxcalc/tests/test_4package.py b/taxcalc/tests/test_4package.py index b7ea8188f..830a08d33 100644 --- a/taxcalc/tests/test_4package.py +++ b/taxcalc/tests/test_4package.py @@ -68,7 +68,6 @@ def test_for_consistency(tests_path): 'coverage', "pip", "jupyter-book", - "marshmallow>=3.22, <4.0", # TODO: drop this after ParamTools is fixed "setuptools" ]) # read conda.recipe/meta.yaml requirements