Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
garymm authored Aug 9, 2024
1 parent 95d75be commit 3932fa1
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 @@ -33,8 +33,8 @@ classifiers = [
]

dependencies = [
"jax>=0.4.26",
"jaxlib>=0.4.26",
"jax>=0.4.27",
"jaxlib>=0.4.27",
"flax>=0.8.0",
"rich>=13.4.2",
"chex>=0.1.85",
Expand Down Expand Up @@ -101,4 +101,4 @@ reportMissingTypeStubs = false
reportMissingModuleSource = false

pythonVersion = "3.10"
pythonPlatform = "All"
pythonPlatform = "All"

0 comments on commit 3932fa1

Please sign in to comment.