From 5a4d3a685b3b3fc52279162423d63c74a1df9275 Mon Sep 17 00:00:00 2001 From: David Hall Date: Sun, 24 Nov 2024 00:31:24 -0800 Subject: [PATCH] Bump fsspec (#824) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 29e54b9a3..a2f89cdeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,17 +25,17 @@ dependencies = [ "equinox>=0.11.7", "jaxtyping>=0.2.34", "tokenizers>=0.15.2", - "transformers>=4.41.2,<4.46.0", + "transformers>=4.41.2,<4.47.0", "optax>=0.1.9", "wandb>=0.17.8", "draccus>=0.9.3", "pyarrow>=11.0.0", "zstandard>=0.20.0", "datasets>=3.1.0,<4.0", - "gcsfs>=2024.2,<2024.10", + "gcsfs>=2024.2,<2025", "braceexpand>=0.1.7", "jmp>=0.0.3", - "fsspec[http]>=2024.2,<2024.10", + "fsspec[http]>=2024.2,<2025", "tensorstore>=0.1.65", "pytimeparse>=1.1.8", "humanfriendly==10.0",