From 155b86d54e2f20806680dbbab1aa4cf7c24950db Mon Sep 17 00:00:00 2001 From: Dylan <52908667+smellycloud@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:29:57 +0100 Subject: [PATCH] update toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f3d3dc..c812c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.11,<3.15" -views_pipeline_core = "^0.1.0" +views_pipeline_core = ">=0.2.0,<1.0.0" scikit-learn = "^1.2.2" pandas = "^1.5.3" numpy = "^1.25.2"