Skip to content

Commit

Permalink
pin to stable versions in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aireenmei committed Mar 30, 2023
1 parent dd91419 commit 4195bb2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions praxis/pip_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ executing==1.2.0
# via stack-data
fastjsonschema==2.16.3
# via nbformat
fiddle @ git+https://github.com/google/fiddle
fiddle==0.2.5
# via -r praxis-requirements.in
flatbuffers==1.12
# via tensorflow
Expand Down Expand Up @@ -161,7 +161,7 @@ ipywidgets==8.0.6
# via jupyter
isoduration==20.11.0
# via jsonschema
jax @ git+https://github.com/google/jax
jax==0.4.7
# via
# -r praxis-requirements.in
# chex
Expand Down
26 changes: 13 additions & 13 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# To update requirements.txt for praxis and paxml, run:
# cd ../../paxml/pip_package && bash ./compile_requirements.sh

absl-py
clu
einops
fiddle @ git+https://github.com/google/fiddle
flax
jax @ git+https://github.com/google/jax
jax-bitempered-loss
lingvo
numpy
optax
optax-shampoo
tensorflow~=2.9.2
tensorflow-text~=2.9.0
absl-py==1.4.0
clu==0.0.8
einops==0.6.0
fiddle==0.2.5
flax==0.6.8
jax==0.4.7
jax-bitempered-loss==0.0.2
lingvo==0.12.6
numpy~=1.24.2
optax==0.1.4
optax-shampoo==0.0.6
tensorflow==2.9.3
tensorflow-text==2.9.0

0 comments on commit 4195bb2

Please sign in to comment.