From bab41dd12f4ca524a459d044d8ba8ac4ff6443ce Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Sat, 26 Oct 2024 15:37:52 -0500 Subject: [PATCH] fix prefect dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 466a1044e..73651b94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] generator = ["datamodel-code-generator>=0.20.0"] chromadb = ["chromadb"] -prefect = ["prefect@git+https://github.com/PrefectHQ/prefect.git"] +prefect = ["prefect"] dev = [ "marvin[tests]", "black[jupyter]",