From 3f2926cf1c0513b636062aa140ad3a6dc4f39fc0 Mon Sep 17 00:00:00 2001 From: jvsguerra Date: Thu, 10 Oct 2024 16:29:10 -0300 Subject: [PATCH] Update pyKVFinder version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]