Spaces:
Runtime error
Runtime error
Resolving HF hung dependencies
Browse files- requirements.txt +1 -15
requirements.txt
CHANGED
|
@@ -15,6 +15,7 @@ faiss-cpu==1.8.0
|
|
| 15 |
pymupdf==1.24.6
|
| 16 |
qdrant-client>=1.10
|
| 17 |
tiktoken==0.7
|
|
|
|
| 18 |
aiofiles==23.2.1
|
| 19 |
aiohttp==3.9.5
|
| 20 |
aiosignal==1.3.1
|
|
@@ -102,21 +103,8 @@ jsonpatch==1.33
|
|
| 102 |
jsonpointer==2.4
|
| 103 |
jsonschema==4.21.1
|
| 104 |
jsonschema-specifications==2023.12.1
|
| 105 |
-
jupyter==1.0.0
|
| 106 |
-
jupyter-console==6.6.3
|
| 107 |
-
jupyter-events==0.10.0
|
| 108 |
-
jupyter-lsp==2.2.5
|
| 109 |
-
jupyter_client==8.6.1
|
| 110 |
-
jupyter_core==5.7.2
|
| 111 |
-
jupyter_server==2.14.0
|
| 112 |
-
jupyter_server_terminals==0.5.3
|
| 113 |
-
#jupyterlab==4.0.13
|
| 114 |
-
jupyterlab_pygments==0.3.0
|
| 115 |
-
jupyterlab_server==2.27.1
|
| 116 |
-
jupyterlab_widgets==3.0.10
|
| 117 |
kiwisolver==1.4.5
|
| 118 |
Lazify==0.4.0
|
| 119 |
-
#literalai==0.0.1
|
| 120 |
lxml==4.7.1
|
| 121 |
MarkupSafe==2.1.5
|
| 122 |
marshmallow==3.21.2
|
|
@@ -133,8 +121,6 @@ nest-asyncio==1.6.0
|
|
| 133 |
networkx==3.2.1
|
| 134 |
nltk==3.8.1
|
| 135 |
nodeenv==1.9.1
|
| 136 |
-
notebook==7.1.3
|
| 137 |
-
notebook_shim==0.2.4
|
| 138 |
numpy==1.26.4
|
| 139 |
opentelemetry-api==1.24.0
|
| 140 |
opentelemetry-exporter-otlp==1.24.0
|
|
|
|
| 15 |
pymupdf==1.24.6
|
| 16 |
qdrant-client>=1.10
|
| 17 |
tiktoken==0.7
|
| 18 |
+
httpx==0.24.1
|
| 19 |
aiofiles==23.2.1
|
| 20 |
aiohttp==3.9.5
|
| 21 |
aiosignal==1.3.1
|
|
|
|
| 103 |
jsonpointer==2.4
|
| 104 |
jsonschema==4.21.1
|
| 105 |
jsonschema-specifications==2023.12.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
kiwisolver==1.4.5
|
| 107 |
Lazify==0.4.0
|
|
|
|
| 108 |
lxml==4.7.1
|
| 109 |
MarkupSafe==2.1.5
|
| 110 |
marshmallow==3.21.2
|
|
|
|
| 121 |
networkx==3.2.1
|
| 122 |
nltk==3.8.1
|
| 123 |
nodeenv==1.9.1
|
|
|
|
|
|
|
| 124 |
numpy==1.26.4
|
| 125 |
opentelemetry-api==1.24.0
|
| 126 |
opentelemetry-exporter-otlp==1.24.0
|