Spaces:
Runtime error
Runtime error
Leotis
commited on
Commit
•
e870d0e
1
Parent(s):
6779ad6
add haystack
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -8,9 +8,11 @@ asttokens==2.0.8
|
|
8 |
async-timeout==4.0.2
|
9 |
attrs==22.2.0
|
10 |
backcall==0.2.0
|
|
|
11 |
certifi==2022.12.7
|
12 |
charset-normalizer==3.1.0
|
13 |
click==8.1.3
|
|
|
14 |
contourpy==1.0.7
|
15 |
cycler==0.11.0
|
16 |
decorator==5.1.1
|
@@ -26,6 +28,7 @@ fsspec==2023.3.0
|
|
26 |
gradio==3.24.1
|
27 |
gradio_client==0.0.5
|
28 |
h11==0.14.0
|
|
|
29 |
httpcore==0.16.3
|
30 |
httpx==0.23.3
|
31 |
huggingface-hub==0.13.3
|
@@ -44,11 +47,14 @@ matplotlib-inline==0.1.6
|
|
44 |
mdit-py-plugins==0.3.3
|
45 |
mdurl==0.1.2
|
46 |
multidict==6.0.4
|
|
|
47 |
numpy==1.24.2
|
48 |
orjson==3.8.9
|
49 |
packaging==23.0
|
50 |
pandas==1.5.3
|
51 |
parso==0.8.3
|
|
|
|
|
52 |
pexpect==4.8.0
|
53 |
pickleshare==0.7.5
|
54 |
Pillow==9.5.0
|
@@ -63,6 +69,7 @@ pyparsing==3.0.9
|
|
63 |
pyrsistent==0.19.3
|
64 |
python-dateutil==2.8.2
|
65 |
python-multipart==0.0.6
|
|
|
66 |
pytz==2023.3
|
67 |
PyYAML==6.0
|
68 |
requests==2.28.2
|
@@ -72,6 +79,7 @@ six==1.16.0
|
|
72 |
sniffio==1.3.0
|
73 |
stack-data==0.5.0
|
74 |
starlette==0.26.1
|
|
|
75 |
toolz==0.12.0
|
76 |
tqdm==4.65.0
|
77 |
traitlets==5.3.0
|
|
|
8 |
async-timeout==4.0.2
|
9 |
attrs==22.2.0
|
10 |
backcall==0.2.0
|
11 |
+
black==23.3.0
|
12 |
certifi==2022.12.7
|
13 |
charset-normalizer==3.1.0
|
14 |
click==8.1.3
|
15 |
+
construct==2.5.3
|
16 |
contourpy==1.0.7
|
17 |
cycler==0.11.0
|
18 |
decorator==5.1.1
|
|
|
28 |
gradio==3.24.1
|
29 |
gradio_client==0.0.5
|
30 |
h11==0.14.0
|
31 |
+
haystack==0.42
|
32 |
httpcore==0.16.3
|
33 |
httpx==0.23.3
|
34 |
huggingface-hub==0.13.3
|
|
|
47 |
mdit-py-plugins==0.3.3
|
48 |
mdurl==0.1.2
|
49 |
multidict==6.0.4
|
50 |
+
mypy-extensions==1.0.0
|
51 |
numpy==1.24.2
|
52 |
orjson==3.8.9
|
53 |
packaging==23.0
|
54 |
pandas==1.5.3
|
55 |
parso==0.8.3
|
56 |
+
pathspec==0.11.1
|
57 |
+
pefile==2023.2.7
|
58 |
pexpect==4.8.0
|
59 |
pickleshare==0.7.5
|
60 |
Pillow==9.5.0
|
|
|
69 |
pyrsistent==0.19.3
|
70 |
python-dateutil==2.8.2
|
71 |
python-multipart==0.0.6
|
72 |
+
python-ptrace==0.9.8
|
73 |
pytz==2023.3
|
74 |
PyYAML==6.0
|
75 |
requests==2.28.2
|
|
|
79 |
sniffio==1.3.0
|
80 |
stack-data==0.5.0
|
81 |
starlette==0.26.1
|
82 |
+
tomli==2.0.1
|
83 |
toolz==0.12.0
|
84 |
tqdm==4.65.0
|
85 |
traitlets==5.3.0
|