Chris4K commited on
Commit
51c73a1
·
verified ·
1 Parent(s): a37520a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -25,13 +25,13 @@ jwt
25
 
26
  #
27
  # Core dependencies
28
- fastapi==0.110.0
29
- uvicorn==0.27.1
30
  pydantic==2.6.1
31
  pydantic-settings==2.1.0
32
 
33
  # ML and Data Processing
34
- torch>=2.2.0
35
  #transformers==4.43.1
36
  #sentence-transformers==2.2.2
37
  faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
@@ -40,13 +40,13 @@ pandas>=2.0.0
40
 
41
  # PDF Processing
42
  PyPDF2==3.0.1
43
- langchain==0.1.9
44
- langchain-text-splitters==0.0.1
45
 
46
  # Web and API
47
  gradio==4.19.2
48
  aiohttp==3.9.3
49
- beautifulsoup4==4.12.3
50
  requests==2.31.0
51
 
52
  # Authentication and Security
@@ -64,7 +64,6 @@ gradio
64
  SpeechRecognition
65
  mtranslate
66
  gTTS
67
- transformers
68
  smolagents
69
  webrtcvad
70
  sounddevice
 
25
 
26
  #
27
  # Core dependencies
28
+ fastapi
29
+ uvicorn
30
  pydantic==2.6.1
31
  pydantic-settings==2.1.0
32
 
33
  # ML and Data Processing
34
+ torch
35
  #transformers==4.43.1
36
  #sentence-transformers==2.2.2
37
  faiss-cpu==1.7.4 # Use faiss-gpu if you have CUDA
 
40
 
41
  # PDF Processing
42
  PyPDF2==3.0.1
43
+ langchain
44
+ langchain-text-splitters
45
 
46
  # Web and API
47
  gradio==4.19.2
48
  aiohttp==3.9.3
49
+ beautifulsoup4
50
  requests==2.31.0
51
 
52
  # Authentication and Security
 
64
  SpeechRecognition
65
  mtranslate
66
  gTTS
 
67
  smolagents
68
  webrtcvad
69
  sounddevice