Spaces:
Sleeping
Sleeping
Commit
·
2d7e74d
1
Parent(s):
1443dfe
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
tensorflow==2.
|
2 |
avro-python3
|
3 |
apache-beam
|
4 |
pillow
|
5 |
lxml
|
6 |
matplotlib
|
7 |
-
pyyaml
|
8 |
Cython
|
9 |
contextlib2
|
10 |
tf-slim
|
@@ -12,10 +12,11 @@ six
|
|
12 |
pycocotools
|
13 |
lvis
|
14 |
scipy
|
|
|
15 |
tf-models-official==2.15.0
|
16 |
-
tensorflow_io
|
17 |
keras
|
18 |
pyparsing==2.4.7
|
19 |
-
sacrebleu
|
20 |
-
gradio==
|
21 |
ipython
|
|
|
1 |
+
tensorflow==2.8.0
|
2 |
avro-python3
|
3 |
apache-beam
|
4 |
pillow
|
5 |
lxml
|
6 |
matplotlib
|
7 |
+
pyyaml==6.0.1
|
8 |
Cython
|
9 |
contextlib2
|
10 |
tf-slim
|
|
|
12 |
pycocotools
|
13 |
lvis
|
14 |
scipy
|
15 |
+
pandas
|
16 |
tf-models-official==2.15.0
|
17 |
+
tensorflow_io==0.25.0
|
18 |
keras
|
19 |
pyparsing==2.4.7
|
20 |
+
sacrebleu<=2.2.0
|
21 |
+
gradio==3.44.2
|
22 |
ipython
|