File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ click==8.1.7
75
75
# nltk
76
76
# tensorflow-datasets
77
77
# tfds-nightly
78
- clu @ git+https://github.com/google/CommonLoopUtils
78
+ clu == 0.0.11
79
79
# via
80
80
# -r paxml-requirements.in
81
81
# -r praxis-requirements.in
@@ -128,15 +128,15 @@ executing==2.0.1
128
128
# via stack-data
129
129
fastjsonschema == 2.19.1
130
130
# via nbformat
131
- fiddle @ git+https://github.com/google/fiddle
131
+ fiddle == 0.3.0
132
132
# via -r praxis-requirements.in
133
133
filelock == 3.13.1
134
134
# via
135
135
# huggingface-hub
136
136
# transformers
137
137
flatbuffers == 1.12
138
138
# via tensorflow
139
- flax @ git+https://github.com/google/flax
139
+ flax == 0.8.2
140
140
# via
141
141
# -r paxml-requirements.in
142
142
# -r praxis-requirements.in
@@ -215,7 +215,7 @@ ipywidgets==8.1.2
215
215
# via jupyter
216
216
isoduration == 20.11.0
217
217
# via jsonschema
218
- jax @ git+https://github.com/google/jax
218
+ jax == 0.4.26
219
219
# via
220
220
# -r paxml-requirements.in
221
221
# -r praxis-requirements.in
@@ -433,7 +433,7 @@ optax==0.2.1
433
433
# flax
434
434
optax-shampoo == 0.0.6
435
435
# via -r praxis-requirements.in
436
- orbax-checkpoint == 0.5.6
436
+ orbax-checkpoint == 0.5.9
437
437
# via
438
438
# -r paxml-requirements.in
439
439
# flax
Original file line number Diff line number Diff line change 1
1
# To update requirements.txt for praxis and paxml, run:
2
2
# bash ./compile_requirements.sh
3
3
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
14
14
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
18
18
tensorflow~=2.9.2
19
19
tensorflow-text~=2.9.0
20
- tensorstore
20
+ tensorstore==0.1.55
21
21
tensorflow-datasets==4.8.3
22
22
tfds-nightly==4.8.3.dev202303280045
23
23
tensorflow-metadata==1.12.0
You can’t perform that action at this time.
0 commit comments