Skip to content

Commit b5a3fcd

Browse files
committed
Pin paxml requirements
1 parent 9623f0f commit b5a3fcd

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

paxml/pip_package/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ click==8.1.7
7575
# nltk
7676
# tensorflow-datasets
7777
# tfds-nightly
78-
clu @ git+https://github.com/google/CommonLoopUtils
78+
clu==0.0.11
7979
# via
8080
# -r paxml-requirements.in
8181
# -r praxis-requirements.in
@@ -128,15 +128,15 @@ executing==2.0.1
128128
# via stack-data
129129
fastjsonschema==2.19.1
130130
# via nbformat
131-
fiddle @ git+https://github.com/google/fiddle
131+
fiddle==0.3.0
132132
# via -r praxis-requirements.in
133133
filelock==3.13.1
134134
# via
135135
# huggingface-hub
136136
# transformers
137137
flatbuffers==1.12
138138
# via tensorflow
139-
flax @ git+https://github.com/google/flax
139+
flax==0.8.2
140140
# via
141141
# -r paxml-requirements.in
142142
# -r praxis-requirements.in
@@ -215,7 +215,7 @@ ipywidgets==8.1.2
215215
# via jupyter
216216
isoduration==20.11.0
217217
# via jsonschema
218-
jax @ git+https://github.com/google/jax
218+
jax==0.4.26
219219
# via
220220
# -r paxml-requirements.in
221221
# -r praxis-requirements.in
@@ -433,7 +433,7 @@ optax==0.2.1
433433
# flax
434434
optax-shampoo==0.0.6
435435
# via -r praxis-requirements.in
436-
orbax-checkpoint==0.5.6
436+
orbax-checkpoint==0.5.9
437437
# via
438438
# -r paxml-requirements.in
439439
# flax

requirements.in

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

4-
absl-py
5-
clu @ git+https://github.com/google/CommonLoopUtils
6-
etils
7-
flax @ git+https://github.com/google/flax
8-
graphviz
9-
jax @ git+https://github.com/google/jax
10-
lingvo
11-
numpy
12-
orbax-checkpoint
13-
praxis
4+
absl-py==1.4.0
5+
clu==0.0.11
6+
etils==1.7.0
7+
flax==0.8.2
8+
graphviz==0.20.1
9+
jax==0.4.26
10+
lingvo==0.12.7
11+
numpy==1.26.4
12+
orbax-checkpoint==0.5.9
13+
praxis==1.4.0
1414
protobuf==3.19.6
15-
pyglove
16-
seqio-nightly
17-
t5
15+
pyglove==0.4.4
16+
seqio-nightly==0.0.17.dev20231010
17+
t5==0.9.4
1818
tensorflow~=2.9.2
1919
tensorflow-text~=2.9.0
20-
tensorstore
20+
tensorstore==0.1.55
2121
tensorflow-datasets==4.8.3
2222
tfds-nightly==4.8.3.dev202303280045
2323
tensorflow-metadata==1.12.0

0 commit comments

Comments
 (0)