From b1dfc8235f2e7e729f6d6fa0c3e12564f3c03464 Mon Sep 17 00:00:00 2001 From: Etienne Pot Date: Wed, 13 Nov 2024 10:21:09 -0800 Subject: [PATCH] Unpin ml_collections deps PiperOrigin-RevId: 696182628 --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ef105c0..0135b26a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kauldron" -description = "" +description = "Kauldron is a ML research library optimized for quick iteration and modularity." readme = "README.md" requires-python = ">=3.11" license = {file = "LICENSE"} @@ -29,8 +29,7 @@ dependencies = [ "jaxtyping", "lark", "mediapy", - # we use features/fixes that are newer than the current (0.1.1) release - "ml_collections@git+https://github.com/google/ml_collections@master", + "ml_collections", "numpy", "numpy", "opencv-python", # speeds up pygrain image loading