Jayashree Sridhar commited on
Commit
9b0273d
·
1 Parent(s): 0bd9157

removed version nos from all libraries

Browse files
Files changed (1) hide show
  1. requirements.txt +61 -27
requirements.txt CHANGED
@@ -1,40 +1,74 @@
1
- crewai-tools==0.47.1
2
- crewai==0.126.0
3
- #langchain==0.1.19
4
  langchain
5
- #langchain-community==0.0.38
6
  langchain-community
7
  langchain-core
8
- #pydantic==2.5.0
9
  pydantic
10
- # Optional: Gradio and supporting tools
11
- gradio==4.19.2
12
- numpy==1.26.4
13
- faiss-cpu==1.7.4
14
- sentence-transformers==2.2.2
15
- transformers==4.36.2
16
  torch
17
- accelerate==0.25.0
18
- huggingface-hub==0.20.2
19
- openai-whisper==20231117
20
- #edge-tts==6.1.9
21
- speechrecognition==3.10.1
22
- gtts==2.5.0
23
- pyttsx3==2.90
24
- python-dotenv==1.0.0
25
- pandas==2.0.3
26
- aiofiles==23.2.1
27
- duckduckgo-search==5.0
28
- beautifulsoup4==4.12.3
29
- #onnxruntime==1.16.3
30
- onnxruntime==1.22.0
31
  embedchain
32
  torchaudio
33
  torchvision
34
- certifi==2023.07.22
35
  python-dotenv
36
  soundfile
37
- tokenizers==0.15.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  # crewai==0.23.1
40
  # langchain==0.1.19 # Pinning to known stable
 
1
+
2
+ crewai-tools
3
+ crewai
4
  langchain
 
5
  langchain-community
6
  langchain-core
 
7
  pydantic
8
+ gradio
9
+ numpy
10
+ faiss-cpu
11
+ sentence-transformers
12
+ transformers
 
13
  torch
14
+ accelerate
15
+ huggingface-hub
16
+ openai-whisper
17
+ speechrecognition
18
+ gtts
19
+ pyttsx3
20
+ python-dotenv
21
+ pandas
22
+ aiofiles
23
+ duckduckgo-search
24
+ beautifulsoup4
25
+ onnxruntime
 
 
26
  embedchain
27
  torchaudio
28
  torchvision
29
+ certifi
30
  python-dotenv
31
  soundfile
32
+ tokenizers
33
+
34
+
35
+ # crewai-tools==0.47.1
36
+ # crewai==0.126.0
37
+ # #langchain==0.1.19
38
+ # langchain
39
+ # #langchain-community==0.0.38
40
+ # langchain-community
41
+ # langchain-core
42
+ # #pydantic==2.5.0
43
+ # pydantic
44
+ # # Optional: Gradio and supporting tools
45
+ # gradio==4.19.2
46
+ # numpy==1.26.4
47
+ # faiss-cpu==1.7.4
48
+ # sentence-transformers==2.2.2
49
+ # transformers==4.36.2
50
+ # torch
51
+ # accelerate==0.25.0
52
+ # huggingface-hub==0.20.2
53
+ # openai-whisper==20231117
54
+ # #edge-tts==6.1.9
55
+ # speechrecognition==3.10.1
56
+ # gtts==2.5.0
57
+ # pyttsx3==2.90
58
+ # python-dotenv==1.0.0
59
+ # pandas==2.0.3
60
+ # aiofiles==23.2.1
61
+ # duckduckgo-search==5.0
62
+ # beautifulsoup4==4.12.3
63
+ # #onnxruntime==1.16.3
64
+ # onnxruntime==1.22.0
65
+ # embedchain
66
+ # torchaudio
67
+ # torchvision
68
+ # certifi==2023.07.22
69
+ # python-dotenv
70
+ # soundfile
71
+ # tokenizers==0.15.2
72
 
73
  # crewai==0.23.1
74
  # langchain==0.1.19 # Pinning to known stable