From 088ea59bf02170b7821b5c2cf07e37a3f5ad86d4 Mon Sep 17 00:00:00 2001 From: David Hall Date: Fri, 8 Nov 2024 11:49:18 -0800 Subject: [PATCH] pretty sure we just don't need scipy --- 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",