Spaces:
Running
Running
Assistant AI
commited on
Commit
·
7efdef9
1
Parent(s):
27a64d5
Update PyMuPDF and add fitz package
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio>=4.44.1
|
2 |
google-generativeai>=0.3.0
|
3 |
Pillow>=10.0.0
|
4 |
-
PyMuPDF
|
|
|
|
1 |
gradio>=4.44.1
|
2 |
google-generativeai>=0.3.0
|
3 |
Pillow>=10.0.0
|
4 |
+
PyMuPDF==1.23.0
|
5 |
+
fitz==0.0.1.dev2
|