Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -15,10 +15,11 @@ pandas
|
|
| 15 |
pillow
|
| 16 |
requests
|
| 17 |
scikit-learn
|
| 18 |
-
scipy
|
| 19 |
streamlit
|
| 20 |
sympy
|
| 21 |
torch
|
| 22 |
tqdm
|
| 23 |
transformers
|
| 24 |
pymystem3
|
|
|
|
|
|
|
|
|
| 15 |
pillow
|
| 16 |
requests
|
| 17 |
scikit-learn
|
|
|
|
| 18 |
streamlit
|
| 19 |
sympy
|
| 20 |
torch
|
| 21 |
tqdm
|
| 22 |
transformers
|
| 23 |
pymystem3
|
| 24 |
+
scipy==1.10.1
|
| 25 |
+
|