Spaces:
Sleeping
Sleeping
update requirements
#7
by thesparshsaxena - opened
- requirements.txt +12 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
aiohappyeyeballs==2.6.2
|
| 2 |
aiohttp==3.14.0
|
| 3 |
aiosignal==1.4.0
|
|
@@ -64,9 +65,11 @@ MarkupSafe==3.0.3
|
|
| 64 |
matplotlib-inline==0.2.2
|
| 65 |
mdurl==0.1.2
|
| 66 |
mmh3==5.2.1
|
|
|
|
| 67 |
multidict==6.7.1
|
| 68 |
narwhals==2.22.0
|
| 69 |
nest-asyncio==1.6.0
|
|
|
|
| 70 |
numba==0.65.1
|
| 71 |
numpy==2.4.6
|
| 72 |
oauthlib==3.3.1
|
|
@@ -102,16 +105,20 @@ Pygments==2.20.0
|
|
| 102 |
PyPika==0.51.1
|
| 103 |
pyproject_hooks==1.2.0
|
| 104 |
PyStemmer==3.1.0
|
|
|
|
| 105 |
python-dateutil==2.9.0.post0
|
| 106 |
python-dotenv==1.2.2
|
| 107 |
python-multipart==0.0.32
|
| 108 |
PyYAML==6.0.3
|
| 109 |
pyzmq==27.1.0
|
| 110 |
referencing==0.37.0
|
|
|
|
| 111 |
requests==2.34.2
|
| 112 |
requests-oauthlib==2.0.0
|
| 113 |
rich==15.0.0
|
| 114 |
rpds-py==2026.5.1
|
|
|
|
|
|
|
| 115 |
shellingham==1.5.4
|
| 116 |
six==1.17.0
|
| 117 |
smmap==5.0.3
|
|
@@ -119,12 +126,16 @@ sniffio==1.3.1
|
|
| 119 |
stack-data==0.6.3
|
| 120 |
starlette==1.2.1
|
| 121 |
streamlit==1.58.0
|
|
|
|
| 122 |
tenacity==9.1.4
|
| 123 |
-
tokenizers==0.
|
| 124 |
toml==0.10.2
|
|
|
|
|
|
|
| 125 |
tornado==6.5.6
|
| 126 |
tqdm==4.68.0
|
| 127 |
traitlets==5.15.1
|
|
|
|
| 128 |
typer==0.25.1
|
| 129 |
typing-inspection==0.4.2
|
| 130 |
typing_extensions==4.15.0
|
|
|
|
| 1 |
+
accelerate==1.14.0
|
| 2 |
aiohappyeyeballs==2.6.2
|
| 3 |
aiohttp==3.14.0
|
| 4 |
aiosignal==1.4.0
|
|
|
|
| 65 |
matplotlib-inline==0.2.2
|
| 66 |
mdurl==0.1.2
|
| 67 |
mmh3==5.2.1
|
| 68 |
+
mpmath==1.3.0
|
| 69 |
multidict==6.7.1
|
| 70 |
narwhals==2.22.0
|
| 71 |
nest-asyncio==1.6.0
|
| 72 |
+
networkx==3.6.1
|
| 73 |
numba==0.65.1
|
| 74 |
numpy==2.4.6
|
| 75 |
oauthlib==3.3.1
|
|
|
|
| 105 |
PyPika==0.51.1
|
| 106 |
pyproject_hooks==1.2.0
|
| 107 |
PyStemmer==3.1.0
|
| 108 |
+
pytesseract==0.3.13
|
| 109 |
python-dateutil==2.9.0.post0
|
| 110 |
python-dotenv==1.2.2
|
| 111 |
python-multipart==0.0.32
|
| 112 |
PyYAML==6.0.3
|
| 113 |
pyzmq==27.1.0
|
| 114 |
referencing==0.37.0
|
| 115 |
+
regex==2026.5.9
|
| 116 |
requests==2.34.2
|
| 117 |
requests-oauthlib==2.0.0
|
| 118 |
rich==15.0.0
|
| 119 |
rpds-py==2026.5.1
|
| 120 |
+
safetensors==0.8.0
|
| 121 |
+
setuptools==81.0.0
|
| 122 |
shellingham==1.5.4
|
| 123 |
six==1.17.0
|
| 124 |
smmap==5.0.3
|
|
|
|
| 126 |
stack-data==0.6.3
|
| 127 |
starlette==1.2.1
|
| 128 |
streamlit==1.58.0
|
| 129 |
+
sympy==1.14.0
|
| 130 |
tenacity==9.1.4
|
| 131 |
+
tokenizers==0.22.2
|
| 132 |
toml==0.10.2
|
| 133 |
+
torch==2.12.0
|
| 134 |
+
torchvision==0.27.0
|
| 135 |
tornado==6.5.6
|
| 136 |
tqdm==4.68.0
|
| 137 |
traitlets==5.15.1
|
| 138 |
+
transformers==5.12.0
|
| 139 |
typer==0.25.1
|
| 140 |
typing-inspection==0.4.2
|
| 141 |
typing_extensions==4.15.0
|