EGYADMIN commited on
Commit
e52f69b
·
verified ·
1 Parent(s): c53ccc3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -6
requirements.txt CHANGED
@@ -6,32 +6,27 @@ pyyaml>=6.0
6
  plotly>=5.15.0
7
  matplotlib>=3.7.0
8
  seaborn>=0.12.0
9
-
10
  # Hugging Face
11
  transformers>=4.30.0
12
  datasets>=2.14.0
13
  sentence-transformers>=2.2.0
14
  huggingface-hub>=0.16.0
15
  accelerate>=0.20.0
16
-
17
  # Arabic NLP (simplified)
18
  pyarabic>=0.6.15
19
-
20
  # Document Processing
21
  pdfplumber>=0.9.0
22
  python-docx>=0.8.11
23
  PyPDF2>=3.0.0
24
  openpyxl>=3.1.0
25
-
26
  # OCR (basic)
27
  pytesseract>=0.3.10
28
  pillow>=10.0.0
29
-
30
  # ML & Time Series
31
  scikit-learn>=1.0.0
32
  xgboost>=1.7.0
33
  prophet>=1.1.0
34
-
35
  # Utils
36
  tqdm>=4.65.0
37
  requests>=2.28.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
13
  sentence-transformers>=2.2.0
14
  huggingface-hub>=0.16.0
15
  accelerate>=0.20.0
 
16
  # Arabic NLP (simplified)
17
  pyarabic>=0.6.15
 
18
  # Document Processing
19
  pdfplumber>=0.9.0
20
  python-docx>=0.8.11
21
  PyPDF2>=3.0.0
22
  openpyxl>=3.1.0
 
23
  # OCR (basic)
24
  pytesseract>=0.3.10
25
  pillow>=10.0.0
 
26
  # ML & Time Series
27
  scikit-learn>=1.0.0
28
  xgboost>=1.7.0
29
  prophet>=1.1.0
 
30
  # Utils
31
  tqdm>=4.65.0
32
  requests>=2.28.0