Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +14 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
streamlit
|
| 3 |
-
streamlit-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# الأساسيات مع مرونة في الإصدارات لتجنب بناء المصدر
|
| 2 |
+
streamlit>=1.32.0
|
| 3 |
+
streamlit-option-menu>=0.3.12
|
| 4 |
+
streamlit-lottie>=0.0.5
|
| 5 |
+
supabase>=2.4.0
|
| 6 |
+
python-dotenv>=1.0.1
|
| 7 |
+
requests>=2.31.0
|
| 8 |
+
|
| 9 |
+
# المكتبات الثقيلة: ترك الإصدار مرناً يمنع انهيار الذاكرة (RAM)
|
| 10 |
+
# لأن pip سيختار نسخة تحتوي على Binary Wheel جاهزة لبايثون 3.13
|
| 11 |
+
plotly>=5.19.0
|
| 12 |
+
pandas>=2.2.2
|
| 13 |
+
Pillow>=10.2.0
|
| 14 |
+
python-multipart>=0.0.9
|