Doc2GL Deploy commited on
Commit ·
a977fcc
1
Parent(s): b0b51bb
Fix Pillow: use >=10.2.0 for Python 3.13 wheels
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
PyMuPDF>=1.24.0
|
| 2 |
-
Pillow=
|
| 3 |
neo4j==5.15.0
|
| 4 |
google-genai>=0.3.0
|
| 5 |
groq>=0.4.0
|
|
|
|
| 1 |
PyMuPDF>=1.24.0
|
| 2 |
+
Pillow>=10.2.0
|
| 3 |
neo4j==5.15.0
|
| 4 |
google-genai>=0.3.0
|
| 5 |
groq>=0.4.0
|