Spaces:
Runtime error
Runtime error
adding requirements
Browse files- requirements.txt +117 -0
requirements.txt
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==5.1.2
|
4 |
+
annotated-types==0.5.0
|
5 |
+
appnope==0.1.3
|
6 |
+
asttokens==2.2.1
|
7 |
+
async-timeout==4.0.3
|
8 |
+
attrs==23.1.0
|
9 |
+
backcall==0.2.0
|
10 |
+
blinker==1.7.0
|
11 |
+
boto3==1.28.32
|
12 |
+
botocore==1.31.32
|
13 |
+
cachetools==5.3.2
|
14 |
+
certifi==2023.7.22
|
15 |
+
cffi==1.16.0
|
16 |
+
charset-normalizer==3.2.0
|
17 |
+
click==8.1.7
|
18 |
+
comm==0.1.4
|
19 |
+
dataclasses-json==0.5.14
|
20 |
+
debugpy==1.6.7.post1
|
21 |
+
decorator==5.1.1
|
22 |
+
einops==0.6.1
|
23 |
+
encodec==0.1.1
|
24 |
+
executing==1.2.0
|
25 |
+
ffmpeg
|
26 |
+
filelock==3.12.2
|
27 |
+
frozenlist==1.4.0
|
28 |
+
fsspec==2023.6.0
|
29 |
+
funcy==2.0
|
30 |
+
future==0.18.3
|
31 |
+
gitdb==4.0.11
|
32 |
+
GitPython==3.1.40
|
33 |
+
huggingface-hub==0.16.4
|
34 |
+
idna==3.4
|
35 |
+
importlib-metadata==6.8.0
|
36 |
+
ipykernel==6.25.1
|
37 |
+
ipython==8.14.0
|
38 |
+
jedi==0.19.0
|
39 |
+
Jinja2==3.1.2
|
40 |
+
jmespath==1.0.1
|
41 |
+
jsonschema==4.19.2
|
42 |
+
jsonschema-specifications==2023.7.1
|
43 |
+
jupyter_client==8.3.0
|
44 |
+
jupyter_core==5.3.1
|
45 |
+
langchain==0.0.271
|
46 |
+
langsmith==0.0.26
|
47 |
+
llvmlite==0.40.1
|
48 |
+
markdown-it-py==3.0.0
|
49 |
+
MarkupSafe==2.1.3
|
50 |
+
marshmallow==3.20.1
|
51 |
+
matplotlib-inline==0.1.6
|
52 |
+
mdurl==0.1.2
|
53 |
+
more-itertools==10.1.0
|
54 |
+
mpmath==1.3.0
|
55 |
+
multidict==6.0.4
|
56 |
+
mypy-extensions==1.0.0
|
57 |
+
nest-asyncio==1.5.7
|
58 |
+
networkx==3.1
|
59 |
+
numba==0.57.1
|
60 |
+
numexpr==2.8.5
|
61 |
+
numpy==1.24.4
|
62 |
+
openai==0.27.9
|
63 |
+
openai-whisper @ git+https://github.com/openai/whisper.git@e8622f9afc4eba139bf796c210f5c01081000472
|
64 |
+
packaging==23.1
|
65 |
+
pandas==2.1.2
|
66 |
+
parso==0.8.3
|
67 |
+
pexpect==4.8.0
|
68 |
+
pickleshare==0.7.5
|
69 |
+
Pillow==10.1.0
|
70 |
+
platformdirs==3.10.0
|
71 |
+
prompt-toolkit==3.0.39
|
72 |
+
protobuf==4.25.0
|
73 |
+
psutil==5.9.5
|
74 |
+
ptyprocess==0.7.0
|
75 |
+
pure-eval==0.2.2
|
76 |
+
pyarrow==14.0.0
|
77 |
+
PyAudio==0.2.13
|
78 |
+
python-dotenv==1.0.0
|
79 |
+
pytz==2023.3.post1
|
80 |
+
PyYAML==6.0.1
|
81 |
+
pyzmq==25.1.1
|
82 |
+
referencing==0.30.2
|
83 |
+
regex==2023.8.8
|
84 |
+
requests==2.31.0
|
85 |
+
rich==13.5.2
|
86 |
+
rpds-py==0.12.0
|
87 |
+
s3transfer==0.6.2
|
88 |
+
safetensors==0.3.2
|
89 |
+
scipy==1.11.2
|
90 |
+
six==1.16.0
|
91 |
+
smmap==5.0.1
|
92 |
+
soundfile==0.12.1
|
93 |
+
SpeechRecognition==3.10.0
|
94 |
+
SQLAlchemy==2.0.20
|
95 |
+
stack-data==0.6.2
|
96 |
+
streamlit==1.28.1
|
97 |
+
sympy==1.12
|
98 |
+
tdqm==0.0.1
|
99 |
+
tenacity==8.2.3
|
100 |
+
tiktoken==0.3.3
|
101 |
+
tokenizers==0.13.3
|
102 |
+
toml==0.10.2
|
103 |
+
toolz==0.12.0
|
104 |
+
torch==2.0.1
|
105 |
+
torchaudio==2.0.2
|
106 |
+
tornado==6.3.3
|
107 |
+
tqdm==4.66.1
|
108 |
+
traitlets==5.9.0
|
109 |
+
typing-inspect==0.9.0
|
110 |
+
typing_extensions==4.7.1
|
111 |
+
tzdata==2023.3
|
112 |
+
tzlocal==5.2
|
113 |
+
urllib3==1.26.16
|
114 |
+
validators==0.22.0
|
115 |
+
wcwidth==0.2.6
|
116 |
+
yarl==1.9.2
|
117 |
+
zipp==3.16.2
|