Spaces:
Runtime error
Runtime error
MSchell0129
commited on
Commit
·
9f80c82
1
Parent(s):
4a208a8
- requirements.txt +9 -11
requirements.txt
CHANGED
@@ -11,12 +11,11 @@ async-timeout==4.0.2
|
|
11 |
attrs==23.1.0
|
12 |
authlib==1.2.1
|
13 |
|
14 |
-
|
15 |
-
|
16 |
blis==0.7.10
|
17 |
bottleneck==1.3.5
|
18 |
-
|
19 |
-
ca-certificates==2023.7.22
|
20 |
cachetools==5.3.1
|
21 |
catalogue==2.0.9
|
22 |
certifi==2023.7.22
|
@@ -72,8 +71,8 @@ idna==3.4
|
|
72 |
importlib-metadata==6.8.0
|
73 |
importlib-resources==6.0.1
|
74 |
importlib_metadata==6.8.0
|
75 |
-
|
76 |
-
|
77 |
ipython==8.14.0
|
78 |
jaraco-context==4.3.0
|
79 |
jedi==0.19.0
|
@@ -86,8 +85,7 @@ jupyter_core==5.3.1
|
|
86 |
kiwisolver==1.4.4
|
87 |
langchain==0.0.74
|
88 |
langcodes==3.3.0
|
89 |
-
|
90 |
-
libsodium==1.0.18
|
91 |
linkify-it-py==2.0.2
|
92 |
llvmlite==0.40.1
|
93 |
loguru==0.7.0
|
@@ -101,7 +99,7 @@ matplotlib-inline==0.1.6
|
|
101 |
matplotlip==0.2
|
102 |
mdit-py-plugins==0.3.3
|
103 |
mdurl==0.1.2
|
104 |
-
|
105 |
mkl-service==2.4.0
|
106 |
mkl_fft==1.3.6
|
107 |
mkl_random==1.2.2
|
@@ -142,10 +140,10 @@ pydub==0.25.1
|
|
142 |
pygments==2.16.1
|
143 |
pyparsing==3.0.9
|
144 |
pyspark==3.4.1
|
145 |
-
python
|
146 |
python-dateutil==2.8.2
|
147 |
python-multipart==0.0.6
|
148 |
-
python_abi
|
149 |
pytz==2022.7
|
150 |
pywin32==305
|
151 |
pyyaml==6.0.1
|
|
|
11 |
attrs==23.1.0
|
12 |
authlib==1.2.1
|
13 |
|
14 |
+
|
15 |
+
|
16 |
blis==0.7.10
|
17 |
bottleneck==1.3.5
|
18 |
+
|
|
|
19 |
cachetools==5.3.1
|
20 |
catalogue==2.0.9
|
21 |
certifi==2023.7.22
|
|
|
71 |
importlib-metadata==6.8.0
|
72 |
importlib-resources==6.0.1
|
73 |
importlib_metadata==6.8.0
|
74 |
+
|
75 |
+
|
76 |
ipython==8.14.0
|
77 |
jaraco-context==4.3.0
|
78 |
jedi==0.19.0
|
|
|
85 |
kiwisolver==1.4.4
|
86 |
langchain==0.0.74
|
87 |
langcodes==3.3.0
|
88 |
+
|
|
|
89 |
linkify-it-py==2.0.2
|
90 |
llvmlite==0.40.1
|
91 |
loguru==0.7.0
|
|
|
99 |
matplotlip==0.2
|
100 |
mdit-py-plugins==0.3.3
|
101 |
mdurl==0.1.2
|
102 |
+
|
103 |
mkl-service==2.4.0
|
104 |
mkl_fft==1.3.6
|
105 |
mkl_random==1.2.2
|
|
|
140 |
pygments==2.16.1
|
141 |
pyparsing==3.0.9
|
142 |
pyspark==3.4.1
|
143 |
+
python
|
144 |
python-dateutil==2.8.2
|
145 |
python-multipart==0.0.6
|
146 |
+
python_abi
|
147 |
pytz==2022.7
|
148 |
pywin32==305
|
149 |
pyyaml==6.0.1
|