Spaces:
Runtime error
Runtime error
camille-vanhoffelen
commited on
Commit
·
9fe387f
1
Parent(s):
42c3e05
Updated requirements.txt
Browse files- full_requirements.txt +0 -0
- requirements.txt +3 -13
full_requirements.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
aiodns==3.0.0
|
| 2 |
aiofiles==23.1.0
|
| 3 |
aiohttp==3.8.4
|
| 4 |
-
aioresponses==0.7.4
|
| 5 |
aiosignal==1.3.1
|
| 6 |
altair==5.0.0
|
| 7 |
anyio==3.6.2
|
|
@@ -12,7 +11,6 @@ cffi==1.15.1
|
|
| 12 |
charset-normalizer==3.1.0
|
| 13 |
click==8.1.3
|
| 14 |
contourpy==1.0.7
|
| 15 |
-
coverage==7.2.3
|
| 16 |
cycler==0.11.0
|
| 17 |
dataclasses-json==0.5.7
|
| 18 |
diffusers==0.16.1
|
|
@@ -22,15 +20,14 @@ filelock==3.11.0
|
|
| 22 |
fonttools==4.39.4
|
| 23 |
frozenlist==1.3.3
|
| 24 |
fsspec==2023.5.0
|
| 25 |
-
gradio-client==0.2.5
|
| 26 |
gradio==3.32.0
|
|
|
|
| 27 |
h11==0.14.0
|
| 28 |
httpcore==0.17.1
|
| 29 |
httpx==0.24.1
|
| 30 |
huggingface-hub==0.14.1
|
| 31 |
idna==3.4
|
| 32 |
importlib-metadata==6.5.0
|
| 33 |
-
iniconfig==2.0.0
|
| 34 |
Jinja2==3.1.2
|
| 35 |
jsonschema==4.17.3
|
| 36 |
kiwisolver==1.4.4
|
|
@@ -38,8 +35,8 @@ langchain==0.0.164
|
|
| 38 |
linkify-it-py==2.0.2
|
| 39 |
markdown-it-py==2.2.0
|
| 40 |
MarkupSafe==2.1.2
|
| 41 |
-
marshmallow-enum==1.5.1
|
| 42 |
marshmallow==3.19.0
|
|
|
|
| 43 |
matplotlib==3.7.1
|
| 44 |
mdit-py-plugins==0.3.3
|
| 45 |
mdurl==0.1.2
|
|
@@ -53,7 +50,6 @@ orjson==3.8.12
|
|
| 53 |
packaging==23.0
|
| 54 |
pandas==2.0.1
|
| 55 |
Pillow==9.5.0
|
| 56 |
-
pluggy==1.0.0
|
| 57 |
pycares==4.3.0
|
| 58 |
pycparser==2.21
|
| 59 |
pydantic==1.10.7
|
|
@@ -61,9 +57,6 @@ pydub==0.25.1
|
|
| 61 |
Pygments==2.15.1
|
| 62 |
pyparsing==3.0.9
|
| 63 |
pyrsistent==0.19.3
|
| 64 |
-
pytest-asyncio==0.21.0
|
| 65 |
-
pytest-cov==4.0.0
|
| 66 |
-
pytest==7.3.1
|
| 67 |
python-dateutil==2.8.2
|
| 68 |
python-dotenv==1.0.0
|
| 69 |
python-multipart==0.0.6
|
|
@@ -71,9 +64,7 @@ pytz==2023.3
|
|
| 71 |
PyYAML==6.0
|
| 72 |
regex==2023.3.23
|
| 73 |
requests==2.28.2
|
| 74 |
-
responses==0.23.1
|
| 75 |
semantic-version==2.10.0
|
| 76 |
-
setuptools==67.7.2
|
| 77 |
six==1.16.0
|
| 78 |
sniffio==1.3.0
|
| 79 |
SQLAlchemy==1.4.47
|
|
@@ -82,9 +73,8 @@ tenacity==8.2.2
|
|
| 82 |
tiktoken==0.4.0
|
| 83 |
toolz==0.12.0
|
| 84 |
tqdm==4.65.0
|
| 85 |
-
types-PyYAML==6.0.12.9
|
| 86 |
-
typing-extensions==4.5.0
|
| 87 |
typing-inspect==0.8.0
|
|
|
|
| 88 |
tzdata==2023.3
|
| 89 |
uc-micro-py==1.0.2
|
| 90 |
urllib3==1.26.15
|
|
|
|
| 1 |
aiodns==3.0.0
|
| 2 |
aiofiles==23.1.0
|
| 3 |
aiohttp==3.8.4
|
|
|
|
| 4 |
aiosignal==1.3.1
|
| 5 |
altair==5.0.0
|
| 6 |
anyio==3.6.2
|
|
|
|
| 11 |
charset-normalizer==3.1.0
|
| 12 |
click==8.1.3
|
| 13 |
contourpy==1.0.7
|
|
|
|
| 14 |
cycler==0.11.0
|
| 15 |
dataclasses-json==0.5.7
|
| 16 |
diffusers==0.16.1
|
|
|
|
| 20 |
fonttools==4.39.4
|
| 21 |
frozenlist==1.3.3
|
| 22 |
fsspec==2023.5.0
|
|
|
|
| 23 |
gradio==3.32.0
|
| 24 |
+
gradio_client==0.2.5
|
| 25 |
h11==0.14.0
|
| 26 |
httpcore==0.17.1
|
| 27 |
httpx==0.24.1
|
| 28 |
huggingface-hub==0.14.1
|
| 29 |
idna==3.4
|
| 30 |
importlib-metadata==6.5.0
|
|
|
|
| 31 |
Jinja2==3.1.2
|
| 32 |
jsonschema==4.17.3
|
| 33 |
kiwisolver==1.4.4
|
|
|
|
| 35 |
linkify-it-py==2.0.2
|
| 36 |
markdown-it-py==2.2.0
|
| 37 |
MarkupSafe==2.1.2
|
|
|
|
| 38 |
marshmallow==3.19.0
|
| 39 |
+
marshmallow-enum==1.5.1
|
| 40 |
matplotlib==3.7.1
|
| 41 |
mdit-py-plugins==0.3.3
|
| 42 |
mdurl==0.1.2
|
|
|
|
| 50 |
packaging==23.0
|
| 51 |
pandas==2.0.1
|
| 52 |
Pillow==9.5.0
|
|
|
|
| 53 |
pycares==4.3.0
|
| 54 |
pycparser==2.21
|
| 55 |
pydantic==1.10.7
|
|
|
|
| 57 |
Pygments==2.15.1
|
| 58 |
pyparsing==3.0.9
|
| 59 |
pyrsistent==0.19.3
|
|
|
|
|
|
|
|
|
|
| 60 |
python-dateutil==2.8.2
|
| 61 |
python-dotenv==1.0.0
|
| 62 |
python-multipart==0.0.6
|
|
|
|
| 64 |
PyYAML==6.0
|
| 65 |
regex==2023.3.23
|
| 66 |
requests==2.28.2
|
|
|
|
| 67 |
semantic-version==2.10.0
|
|
|
|
| 68 |
six==1.16.0
|
| 69 |
sniffio==1.3.0
|
| 70 |
SQLAlchemy==1.4.47
|
|
|
|
| 73 |
tiktoken==0.4.0
|
| 74 |
toolz==0.12.0
|
| 75 |
tqdm==4.65.0
|
|
|
|
|
|
|
| 76 |
typing-inspect==0.8.0
|
| 77 |
+
typing_extensions==4.5.0
|
| 78 |
tzdata==2023.3
|
| 79 |
uc-micro-py==1.0.2
|
| 80 |
urllib3==1.26.15
|