Spaces:
Runtime error
Runtime error
Commit
·
9e6aa58
1
Parent(s):
74bca7f
Updated requirements
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -24,6 +24,7 @@ cycler==0.11.0
|
|
24 |
cymem==2.0.7
|
25 |
debugpy==1.6.7.post1
|
26 |
decorator==5.1.1
|
|
|
27 |
exceptiongroup==1.1.2
|
28 |
executing==1.2.0
|
29 |
fastai==2.7.12
|
@@ -115,10 +116,12 @@ pyzmq==25.1.0
|
|
115 |
referencing==0.30.2
|
116 |
requests==2.31.0
|
117 |
rpds-py==0.9.2
|
|
|
118 |
scikit-learn==1.2.2
|
119 |
scipy==1.11.1
|
120 |
semantic-version==2.10.0
|
121 |
six==1.16.0
|
|
|
122 |
smart-open==6.3.0
|
123 |
sniffio==1.3.0
|
124 |
soundfile==0.12.1
|
@@ -149,4 +152,5 @@ uvicorn==0.23.2
|
|
149 |
wasabi==1.1.2
|
150 |
wcwidth==0.2.6
|
151 |
websockets==11.0.3
|
|
|
152 |
yarl==1.9.2
|
|
|
24 |
cymem==2.0.7
|
25 |
debugpy==1.6.7.post1
|
26 |
decorator==5.1.1
|
27 |
+
Deprecated==1.2.14
|
28 |
exceptiongroup==1.1.2
|
29 |
executing==1.2.0
|
30 |
fastai==2.7.12
|
|
|
116 |
referencing==0.30.2
|
117 |
requests==2.31.0
|
118 |
rpds-py==0.9.2
|
119 |
+
scikit-base==0.5.0
|
120 |
scikit-learn==1.2.2
|
121 |
scipy==1.11.1
|
122 |
semantic-version==2.10.0
|
123 |
six==1.16.0
|
124 |
+
sktime==0.21.0
|
125 |
smart-open==6.3.0
|
126 |
sniffio==1.3.0
|
127 |
soundfile==0.12.1
|
|
|
152 |
wasabi==1.1.2
|
153 |
wcwidth==0.2.6
|
154 |
websockets==11.0.3
|
155 |
+
wrapt==1.15.0
|
156 |
yarl==1.9.2
|