Skip to content

Commit

Permalink
bump deps (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh authored Oct 17, 2024
1 parent 877ca7e commit d4df28b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d4df28b

Please sign in to comment.