From 0503001ff0a37f9752109ce4ab3df7cc7ddc5e23 Mon Sep 17 00:00:00 2001 From: David Hall Date: Fri, 8 Nov 2024 12:02:55 -0800 Subject: [PATCH] pretty sure we just don't need scipy (#797) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0831605cb..b10358d07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ dependencies = [ "transformers>=4.41.2", "optax>=0.1.9", "wandb>=0.17.8", - "scipy<=1.12.0", "draccus>=0.8.0", "pyarrow>=11.0.0", "zstandard>=0.20.0",