Spaces:
Running
Running
bhaskartripathi
commited on
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio>=4.44.1
|
2 |
-
|
3 |
-
tensorflow>=2.12.0
|
4 |
-
openai>=0.27.4
|
5 |
-
PyMuPDF>=1.22.3
|
6 |
-
numpy>=1.23.0
|
7 |
-
scikit-learn>=1.2.2
|
|
|
1 |
+
urllib3
|
2 |
+
PyMuPDF==1.18.19
|
3 |
+
numpy
|
4 |
+
tensorflow-hub
|
5 |
+
openai
|
6 |
gradio>=4.44.1
|
7 |
+
scikit-learn
|
|
|
|
|
|
|
|
|
|