diff --git a/pyproject.toml b/pyproject.toml index f659b65..24ea1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "numpy", "pandas~=2.2.3", "plotly", - "pyKVFinder==0.7.0", + "pyKVFinder>=0.7,<0.8", ] dynamic = ["version"]