diff --git a/setup.py b/setup.py index 3f1e1cd..74a3bf3 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def get_readme(): python_requires='>=3.8', install_requires=[ "colorama", - "fickling>=0.0.8", + "fickling>=0.1.3", "intervaltree", "json5==0.9.5", "numpy>=1.19.4",