From d4df28be29f0904f77c45b6ebe939f2dd3801d86 Mon Sep 17 00:00:00 2001 From: David Hall Date: Thu, 17 Oct 2024 00:35:24 -0700 Subject: [PATCH] bump deps (#769) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0c3df90a..19fb077bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ classifiers = [ ] dependencies = [ "haliax>=1.4.dev307", - "equinox==0.11.3", - "jaxtyping>=0.2.20", + "equinox>=0.11.7", + "jaxtyping>=0.2.34", "tokenizers>=0.15.2", "transformers>=4.41.2", "optax>=0.1.9", @@ -44,7 +44,7 @@ dependencies = [ "matplotlib>=3.7.0", "tblib>=1.7.0,<4.0.0", "dataclasses-json~=0.6.4", - "ray[default]==2.34.0", + "ray[default]>=2.34.0", "pydantic<3", "rich~=13.0", "filelock~=3.13",