Create requirements.txt
Browse files- requirements.txt +53 -0
requirements.txt
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==2.3.1
|
| 2 |
+
annotated-doc==0.0.4
|
| 3 |
+
annotated-types==0.7.0
|
| 4 |
+
anyio==4.12.1
|
| 5 |
+
astunparse==1.6.3
|
| 6 |
+
certifi==2026.1.4
|
| 7 |
+
charset-normalizer==3.4.4
|
| 8 |
+
exceptiongroup==1.3.1
|
| 9 |
+
fastapi==0.128.0
|
| 10 |
+
flatbuffers==25.12.19
|
| 11 |
+
gast==0.7.0
|
| 12 |
+
google-pasta==0.2.0
|
| 13 |
+
grpcio==1.76.0
|
| 14 |
+
h5py==3.14.0
|
| 15 |
+
idna==3.11
|
| 16 |
+
importlib_metadata==8.7.1
|
| 17 |
+
keras==3.10.0
|
| 18 |
+
libclang==18.1.1
|
| 19 |
+
Markdown==3.9
|
| 20 |
+
markdown-it-py==3.0.0
|
| 21 |
+
MarkupSafe==3.0.3
|
| 22 |
+
mdurl==0.1.2
|
| 23 |
+
ml_dtypes==0.5.4
|
| 24 |
+
namex==0.1.0
|
| 25 |
+
numpy==2.0.2
|
| 26 |
+
opt_einsum==3.4.0
|
| 27 |
+
optree==0.18.0
|
| 28 |
+
packaging==26.0
|
| 29 |
+
pdf2image==1.17.0
|
| 30 |
+
pillow==11.3.0
|
| 31 |
+
protobuf==6.33.5
|
| 32 |
+
pydantic==2.12.5
|
| 33 |
+
pydantic_core==2.41.5
|
| 34 |
+
Pygments==2.19.2
|
| 35 |
+
pytesseract
|
| 36 |
+
requests==2.32.5
|
| 37 |
+
rich==14.3.2
|
| 38 |
+
setuptools==58.0.4
|
| 39 |
+
six==1.17.0
|
| 40 |
+
starlette==0.49.3
|
| 41 |
+
tensorboard==2.20.0
|
| 42 |
+
tensorboard-data-server==0.7.2
|
| 43 |
+
tensorflow==2.20.0
|
| 44 |
+
termcolor==3.1.0
|
| 45 |
+
typing_extensions==4.15.0
|
| 46 |
+
typing-inspection==0.4.2
|
| 47 |
+
urllib3==2.6.3
|
| 48 |
+
Werkzeug==3.1.5
|
| 49 |
+
wheel==0.46.3
|
| 50 |
+
wrapt==2.1.0
|
| 51 |
+
zipp==3.23.0
|
| 52 |
+
uvicorn
|
| 53 |
+
python-multipart
|