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",