Spaces:
Running
Running
NCTCMumbai
commited on
Commit
•
eaaaf06
1
Parent(s):
9a360db
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
|
2 |
numpy
|
|
|
|
|
3 |
sentencepiece
|
4 |
-
|
5 |
tensorflow-addons
|
6 |
-
|
7 |
-
tensorflow_datasets
|
|
|
1 |
+
tensorflow==2.10.1
|
2 |
numpy
|
3 |
+
tensorflow-hub
|
4 |
+
tensorflow_datasets
|
5 |
sentencepiece
|
6 |
+
gin-config
|
7 |
tensorflow-addons
|
8 |
+
keras==2.10.0
|
|