Spaces:
Build error
Build error
Changing requirements to try to get the system to compile
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -18,7 +18,7 @@ PyYAML>=5.4.1
|
|
18 |
seaborn==0.11.2
|
19 |
streamlit-aggrid
|
20 |
numexpr==2.7.3
|
21 |
-
scikit-learn
|
22 |
scipy~=1.7.3
|
23 |
tqdm~=4.62.3
|
24 |
pyarrow~=6.0.1
|
|
|
18 |
seaborn==0.11.2
|
19 |
streamlit-aggrid
|
20 |
numexpr==2.7.3
|
21 |
+
scikit-learn>=0.24.2
|
22 |
scipy~=1.7.3
|
23 |
tqdm~=4.62.3
|
24 |
pyarrow~=6.0.1
|