veerukhannan commited on
Commit
44a091a
·
verified ·
1 Parent(s): e557208

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -12
requirements.txt CHANGED
@@ -10,23 +10,13 @@ torch==2.1.1
10
  transformers==4.35.2
11
 
12
  # Database and storage
13
- sqlite3-utils==3.35.2
14
  hnswlib==0.7.0
15
 
16
  # Utility packages
17
  requests==2.31.0
18
  python-json-logger==2.0.7
19
- validators==0.22.0
20
  numpy==1.24.3
21
- pandas==2.0.3
22
-
23
- # Type checking
24
- typing-extensions==4.8.0
25
- pydantic==2.5.2
26
 
27
  # Error handling and logging
28
- loguru==0.7.2
29
-
30
- # File handling
31
- chardet==5.2.0
32
- python-magic==0.4.27
 
10
  transformers==4.35.2
11
 
12
  # Database and storage
 
13
  hnswlib==0.7.0
14
 
15
  # Utility packages
16
  requests==2.31.0
17
  python-json-logger==2.0.7
 
18
  numpy==1.24.3
19
+ pydantic~=1.0
 
 
 
 
20
 
21
  # Error handling and logging
22
+ loguru==0.7.2