Skip to content

Commit 4195bb2

Browse files
committed
pin to stable versions in requirements
1 parent dd91419 commit 4195bb2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

praxis/pip_package/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ executing==1.2.0
8787
# via stack-data
8888
fastjsonschema==2.16.3
8989
# via nbformat
90-
fiddle @ git+https://github.com/google/fiddle
90+
fiddle==0.2.5
9191
# via -r praxis-requirements.in
9292
flatbuffers==1.12
9393
# via tensorflow
@@ -161,7 +161,7 @@ ipywidgets==8.0.6
161161
# via jupyter
162162
isoduration==20.11.0
163163
# via jsonschema
164-
jax @ git+https://github.com/google/jax
164+
jax==0.4.7
165165
# via
166166
# -r praxis-requirements.in
167167
# chex

requirements.in

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# To update requirements.txt for praxis and paxml, run:
22
# cd ../../paxml/pip_package && bash ./compile_requirements.sh
33

4-
absl-py
5-
clu
6-
einops
7-
fiddle @ git+https://github.com/google/fiddle
8-
flax
9-
jax @ git+https://github.com/google/jax
10-
jax-bitempered-loss
11-
lingvo
12-
numpy
13-
optax
14-
optax-shampoo
15-
tensorflow~=2.9.2
16-
tensorflow-text~=2.9.0
4+
absl-py==1.4.0
5+
clu==0.0.8
6+
einops==0.6.0
7+
fiddle==0.2.5
8+
flax==0.6.8
9+
jax==0.4.7
10+
jax-bitempered-loss==0.0.2
11+
lingvo==0.12.6
12+
numpy~=1.24.2
13+
optax==0.1.4
14+
optax-shampoo==0.0.6
15+
tensorflow==2.9.3
16+
tensorflow-text==2.9.0

0 commit comments

Comments
 (0)