1yahoo commited on
Commit
2354cd3
·
verified ·
1 Parent(s): 76c6035

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -10
requirements.txt CHANGED
@@ -1,10 +1,14 @@
1
- streamlit==1.32.0
2
- streamlit-option-menu==0.3.12
3
- streamlit-lottie==0.0.5
4
- supabase==2.4.0
5
- python-dotenv==1.0.1
6
- requests==2.31.0
7
- plotly==5.19.0
8
- pandas==2.2.1
9
- Pillow==10.2.0
10
- python-multipart==0.0.9
 
 
 
 
 
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