redxican commited on
Commit
342c673
·
verified ·
1 Parent(s): 2549c61

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -35
requirements.txt CHANGED
@@ -1,36 +1,7 @@
1
- # Core dependencies
2
- streamlit==1.28.1
3
- pandas==1.5.3
4
- numpy==1.24.3
5
- requests==2.31.0
6
-
7
- # PDF Processing
8
  PyMuPDF==1.23.8
9
- pdfplumber==0.9.0
10
- Pillow==9.5.0
11
- reportlab==3.6.13
12
-
13
- # AI/ML - Install in order
14
- torch==2.0.1
15
- transformers==4.30.0
16
- sentence-transformers==2.2.2
17
- chromadb==0.4.18
18
- ollama==0.1.7
19
-
20
- # Data Export
21
- openpyxl==3.1.2
22
- xlsxwriter==3.1.0
23
-
24
- # Utilities
25
- python-dotenv==1.0.0
26
- tqdm==4.65.0
27
-
28
- # Optional for enhanced features
29
- psutil==5.9.5 # System monitoring
30
-
31
- # Snowflake export (optional)
32
- # snowflake-connector-python==3.0.0
33
-
34
- # Development (optional)
35
- # black==23.0.0
36
- # pytest==7.3.0
 
1
+ streamlit==1.29.0
2
+ pandas==2.1.3
3
+ requests==2.31.0
4
+ Pillow==10.1.0
 
 
 
5
  PyMuPDF==1.23.8
6
+ reportlab==4.0.7
7
+ openpyxl==3.1.2