Skip to content

Commit

Permalink
set up py requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jun 30, 2023
1 parent ca8f02b commit 80e6305
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
53 changes: 51 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '0.0.3',
version = '0.0.4',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand All @@ -17,7 +17,56 @@
"Prompt Engineering"
],
install_requires=[
'guidance',
"transformers",
"openai",
"langchain==0.0.101",
"torch==1.13.1",
"torchvision==0.14.1",
"asyncio",
"nest_asyncio",
"bs4",
"playwright",
"duckduckgo_search",
"faiss-cpu",
"wget==3.2",
"accelerate",
"addict",
"albumentations",
"basicsr",
"controlnet-aux",
"diffusers",
"einops",
"gradio",
"imageio",
"imageio-ffmpeg",
"invisible-watermark",
"kornia",
"numpy",
"omegaconf",
"open_clip_torch",
"opencv-python",
"prettytable",
"safetensors",
"streamlit",
"test-tube",
"timm",
"torchmetrics",
"webdataset",
"yapf",
"wolframalpha",
"wikipedia",
"httpx",
"ggl",
"gradio_tools",
"arxiv",
"google-api-python-client",
"google-auth-oauthlib",
"google-auth-httplib2",
"beautifulsoup4",
"O365",
"pytube",
"pydub",
"whisperx @ git+https://github.com/m-bain/whisperx.git@v3",
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down
3 changes: 0 additions & 3 deletions swarms/agents/swarms.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ def _run(self, text: str) -> str:


####################################################################### => Worker Node
####################################################################### => Worker Node
####################################################################### => Worker Node


class WorkerNode:
def __init__(self, llm, tools, vectorstore):
Expand Down

0 comments on commit 80e6305

Please sign in to comment.