Skip to content

Commit

Permalink
Hack for jax error
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Aug 30, 2023
1 parent f4e3041 commit 057863a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dev = [
"pyright>=1.1.264",
"mypy>=1.4.1",
"numpy>=1.20.0",
"jax!=0.4.15", # https://github.com/google/jax/issues/17371
# As of 7/27/2023, flax install fails for Python 3.7 without pinning to an
# old version. But doing so breaks other Python versions.
"flax>=0.6.9;python_version>='3.8'",
Expand Down

0 comments on commit 057863a

Please sign in to comment.