File size: 2,387 Bytes
9b0273d b28635c 9b0273d 20d720d 905dd9a 9b0273d 20d720d 9b0273d 20d720d 9b0273d 20d720d 9b0273d 20d720d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
crewai-tools==0.25.8 crewai langchain langchain-community langchain-core pydantic gradio==4.44.1 numpy faiss-cpu sentence-transformers transformers torch accelerate huggingface-hub openai-whisper speechrecognition gtts pyttsx3 python-dotenv pandas aiofiles duckduckgo-search beautifulsoup4 onnxruntime embedchain torchaudio torchvision certifi python-dotenv soundfile tokenizers # crewai-tools==0.47.1 # crewai==0.126.0 # #langchain==0.1.19 # langchain # #langchain-community==0.0.38 # langchain-community # langchain-core # #pydantic==2.5.0 # pydantic # # Optional: Gradio and supporting tools # gradio==4.19.2 # numpy==1.26.4 # faiss-cpu==1.7.4 # sentence-transformers==2.2.2 # transformers==4.36.2 # torch # accelerate==0.25.0 # huggingface-hub==0.20.2 # openai-whisper==20231117 # #edge-tts==6.1.9 # speechrecognition==3.10.1 # gtts==2.5.0 # pyttsx3==2.90 # python-dotenv==1.0.0 # pandas==2.0.3 # aiofiles==23.2.1 # duckduckgo-search==5.0 # beautifulsoup4==4.12.3 # #onnxruntime==1.16.3 # onnxruntime==1.22.0 # embedchain # torchaudio # torchvision # certifi==2023.07.22 # python-dotenv # soundfile # tokenizers==0.15.2 # crewai==0.23.1 # langchain==0.1.19 # Pinning to known stable # langchain-community==0.0.41 # Latest as of June 2024 # langchain-core==0.1.44 # Match langchain compatibility # pydantic==2.6.4 # v2.x required by LangChain # gradio==4.19.2 # numpy==1.26.4 # faiss-cpu==1.7.4 # sentence-transformers==2.2.2 # transformers==4.36.2 # Small bump for bugfixes # torch==2.2.2 # Stable and supported by other libs # accelerate==0.25.0 # huggingface-hub==0.20.2 # openai-whisper==20231117 # speechrecognition==3.10.1 # gtts==2.5.0 # pyttsx3==2.90 # python-dotenv==1.0.1 # Use latest: bugfixes # pandas==2.2.2 # Compatible w/ numpy 1.26.x # aiofiles==23.2.1 # duckduckgo-search==5.1.0 # Latest, works w/ Python 3.9+ # beautifulsoup4==4.12.3 # onnxruntime==1.16.3 # embedchain==0.0.36 # Works with Transformers/Torch # torchaudio==2.2.2 # Must match Torch version! # torchvision==0.17.2 # Must match Torch version! # certifi==2023.07.22 # soundfile==0.12.1 # Explicit version |