Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +0 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# Core Dependencies
|
2 |
streamlit>=1.30.0
|
3 |
pandas>=2.0.0
|
4 |
numpy>=1.24.0
|
@@ -6,7 +5,6 @@ pyyaml>=6.0
|
|
6 |
plotly>=5.15.0
|
7 |
matplotlib>=3.7.0
|
8 |
seaborn>=0.12.0
|
9 |
-
web>=0.0.1 # تمت إضافتها لحل مشكلة الاستيراد
|
10 |
# Hugging Face
|
11 |
transformers>=4.30.0
|
12 |
datasets>=2.14.0
|
|
|
|
|
1 |
streamlit>=1.30.0
|
2 |
pandas>=2.0.0
|
3 |
numpy>=1.24.0
|
|
|
5 |
plotly>=5.15.0
|
6 |
matplotlib>=3.7.0
|
7 |
seaborn>=0.12.0
|
|
|
8 |
# Hugging Face
|
9 |
transformers>=4.30.0
|
10 |
datasets>=2.14.0
|