JatinAutonomousLabs commited on
Commit
af4e574
·
verified ·
1 Parent(s): f0bf74b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt CHANGED
@@ -6,6 +6,7 @@ openai==1.104.2
6
  nbformat==5.7.0
7
  nbconvert==7.5.0
8
  ipython==8.12.0
 
9
 
10
  # Data / file formats
11
  pandas==2.1.1
@@ -19,6 +20,13 @@ PyPDF2==3.0.0
19
  python-dotenv==1.0.1
20
  requests>=2.32.5,<3.0
21
  tqdm==4.65.0
 
 
 
 
 
 
 
22
 
23
  # ML / vector / transformers (heavy — install only on suitable hosts)
24
  # Install these only on worker/dev machines where building wheels is OK
 
6
  nbformat==5.7.0
7
  nbconvert==7.5.0
8
  ipython==8.12.0
9
+ ipykernel==6.25.0
10
 
11
  # Data / file formats
12
  pandas==2.1.1
 
20
  python-dotenv==1.0.1
21
  requests>=2.32.5,<3.0
22
  tqdm==4.65.0
23
+ loguru==0.7.0
24
+
25
+ # Optional helpers (handy during development)
26
+ black==23.9.1
27
+ ruff==0.12.0
28
+ pre-commit==3.4.0
29
+ python-multipart==0.0.6
30
 
31
  # ML / vector / transformers (heavy — install only on suitable hosts)
32
  # Install these only on worker/dev machines where building wheels is OK