Skip to content

Commit

Permalink
pin main dependencies for 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gkroiz committed Feb 21, 2024
1 parent 05620f7 commit 6143a74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions praxis/pip_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ click==8.1.7
# via
# tensorflow-datasets
# tfds-nightly
clu @ git+https://github.com/google/CommonLoopUtils
clu==0.0.11
# via -r praxis-requirements.in
comm==0.2.1
# via
Expand Down Expand Up @@ -108,11 +108,11 @@ executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
# via nbformat
fiddle @ git+https://github.com/google/fiddle
fiddle==0.2.11
# via -r praxis-requirements.in
flatbuffers==1.12
# via tensorflow
flax @ git+https://github.com/google/flax
flax==0.8.1
# via
# -r praxis-requirements.in
# clu
Expand Down Expand Up @@ -174,7 +174,7 @@ ipywidgets==8.1.2
# via jupyter
isoduration==20.11.0
# via jsonschema
jax @ git+https://github.com/google/jax
jax==0.4.24
# via
# -r praxis-requirements.in
# chex
Expand Down
10 changes: 5 additions & 5 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
absl-py
# enforce newer chex version to avoid deprecated jax syntax
chex>=0.1.85
clu @ git+https://github.com/google/CommonLoopUtils
clu==0.0.11
einops
etils
fiddle @ git+https://github.com/google/fiddle
flax @ git+https://github.com/google/flax
jax @ git+https://github.com/google/jax
fiddle==0.2.11
flax==0.8.1
jax==0.4.24
jax-bitempered-loss
jaxtyping
lingvo
numpy
optax
optax==0.1.9
optax-shampoo
opt-einsum
# ensure sentencepiece is compataible with protobuf 3.19.6
Expand Down

0 comments on commit 6143a74

Please sign in to comment.