Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -12,5 +12,6 @@ scipy
|
|
12 |
seqio @ git+https://github.com/google/seqio#egg=seqio
|
13 |
t5
|
14 |
t5x @ git+https://github.com/google-research/t5x#egg=t5x
|
15 |
-
tensorflow_cpu
|
|
|
16 |
tensorflow-datasets
|
|
|
12 |
seqio @ git+https://github.com/google/seqio#egg=seqio
|
13 |
t5
|
14 |
t5x @ git+https://github.com/google-research/t5x#egg=t5x
|
15 |
+
tensorflow_cpu==2.18.0
|
16 |
+
tensorflow-text==2.18.0
|
17 |
tensorflow-datasets
|