Spaces:
Build error
Build error
meg-huggingface
commited on
Commit
•
6557527
1
Parent(s):
4b53042
Missing a dependency; adding to requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -19,3 +19,8 @@ scikit_learn==0.24.2
|
|
19 |
seaborn==0.11.2
|
20 |
streamlit-aggrid
|
21 |
numexpr==2.7.3
|
|
|
|
|
|
|
|
|
|
|
|
19 |
seaborn==0.11.2
|
20 |
streamlit-aggrid
|
21 |
numexpr==2.7.3
|
22 |
+
|
23 |
+
scikit-learn~=0.24.2
|
24 |
+
scipy~=1.7.3
|
25 |
+
tqdm~=4.62.3
|
26 |
+
pyarrow~=6.0.1
|