Spaces:
Runtime error
Runtime error
Commit
·
e6eece5
1
Parent(s):
73e2520
Update requirements.txt
Browse files- requirements.txt +94 -1
requirements.txt
CHANGED
@@ -1 +1,94 @@
|
|
1 |
-
gitpython
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gitpython
|
2 |
+
aiofiles==23.2.1
|
3 |
+
aiohttp==3.9.1
|
4 |
+
aiosignal==1.3.1
|
5 |
+
altair==5.2.0
|
6 |
+
annotated-types==0.6.0
|
7 |
+
anyio==4.2.0
|
8 |
+
attrs==23.2.0
|
9 |
+
certifi==2023.11.17
|
10 |
+
charset-normalizer==3.3.2
|
11 |
+
click==8.1.7
|
12 |
+
colorama==0.4.6
|
13 |
+
contourpy==1.2.0
|
14 |
+
cycler==0.12.1
|
15 |
+
dataclasses-json==0.6.3
|
16 |
+
distro==1.9.0
|
17 |
+
fastapi==0.108.0
|
18 |
+
ffmpy==0.3.1
|
19 |
+
filelock==3.13.1
|
20 |
+
fonttools==4.47.0
|
21 |
+
frozenlist==1.4.1
|
22 |
+
fsspec==2023.12.2
|
23 |
+
gradio==4.12.0
|
24 |
+
gradio_client==0.8.0
|
25 |
+
greenlet==3.0.3
|
26 |
+
h11==0.14.0
|
27 |
+
httpcore==1.0.2
|
28 |
+
httpx==0.26.0
|
29 |
+
huggingface-hub==0.20.1
|
30 |
+
idna==3.6
|
31 |
+
importlib-resources==6.1.1
|
32 |
+
Jinja2==3.1.2
|
33 |
+
jsonpatch==1.33
|
34 |
+
jsonpointer==2.4
|
35 |
+
jsonschema==4.20.0
|
36 |
+
jsonschema-specifications==2023.12.1
|
37 |
+
kiwisolver==1.4.5
|
38 |
+
langchain==0.0.353
|
39 |
+
langchain-community==0.0.7
|
40 |
+
langchain-core==0.1.4
|
41 |
+
langsmith==0.0.77
|
42 |
+
markdown-it-py==3.0.0
|
43 |
+
MarkupSafe==2.1.3
|
44 |
+
marshmallow==3.20.1
|
45 |
+
matplotlib==3.8.2
|
46 |
+
mdurl==0.1.2
|
47 |
+
mpmath==1.3.0
|
48 |
+
multidict==6.0.4
|
49 |
+
mypy-extensions==1.0.0
|
50 |
+
networkx==3.2.1
|
51 |
+
numpy==1.26.3
|
52 |
+
openai==1.6.1
|
53 |
+
orjson==3.9.10
|
54 |
+
packaging==23.2
|
55 |
+
pandas==2.1.4
|
56 |
+
pillow==10.2.0
|
57 |
+
pydantic==2.5.3
|
58 |
+
pydantic_core==2.14.6
|
59 |
+
pydub==0.25.1
|
60 |
+
Pygments==2.17.2
|
61 |
+
pyparsing==3.1.1
|
62 |
+
python-dateutil==2.8.2
|
63 |
+
python-multipart==0.0.6
|
64 |
+
pytz==2023.3.post1
|
65 |
+
PyYAML==6.0.1
|
66 |
+
referencing==0.32.0
|
67 |
+
regex==2023.12.25
|
68 |
+
requests==2.31.0
|
69 |
+
rich==13.7.0
|
70 |
+
rpds-py==0.16.2
|
71 |
+
safetensors==0.4.1
|
72 |
+
semantic-version==2.10.0
|
73 |
+
shellingham==1.5.4
|
74 |
+
six==1.16.0
|
75 |
+
sniffio==1.3.0
|
76 |
+
SQLAlchemy==2.0.25
|
77 |
+
starlette==0.32.0.post1
|
78 |
+
sympy==1.12
|
79 |
+
tenacity==8.2.3
|
80 |
+
tokenizers==0.15.0
|
81 |
+
tomlkit==0.12.0
|
82 |
+
toolz==0.12.0
|
83 |
+
torch==2.1.2
|
84 |
+
torchaudio==2.1.2
|
85 |
+
tqdm==4.66.1
|
86 |
+
transformers==4.36.2
|
87 |
+
typer==0.9.0
|
88 |
+
typing-inspect==0.9.0
|
89 |
+
typing_extensions==4.9.0
|
90 |
+
tzdata==2023.4
|
91 |
+
urllib3==2.1.0
|
92 |
+
uvicorn==0.25.0
|
93 |
+
websockets==11.0.3
|
94 |
+
yarl==1.9.4
|