diff --git a/.github/workflows/run_examples.yml b/.github/workflows/run_examples.yml index 75988193..ea07b0f3 100644 --- a/.github/workflows/run_examples.yml +++ b/.github/workflows/run_examples.yml @@ -31,4 +31,4 @@ jobs: - name: Make Script Executable and Run run: | chmod +x ./swarms/scripts/run_examples.sh - ./swarms/scripts/run_examples.sh + ./swarms/scripts/run_examples.sh \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 013f5149..bef92628 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,11 @@ transformers = "4.39.0" asyncio = ">=3.4.3,<4.0" einops = "0.7.0" google-generativeai = "0.3.1" -langchain-experimental = "0.0.10" +langchain = "0.1.13" +langchain-core = "0.1.33" langchain-community = "0.0.29" +langsmith = "0.1.17" +langchain-openai = "0.0.5" faiss-cpu = "1.7.4" backoff = "2.2.1" datasets = "*" @@ -39,19 +42,18 @@ optimum = "1.15.0" supervision = "0.19.0" opencv-python = "4.9.0.80" diffusers = "*" -langchain = "0.1.7" anthropic = "0.2.5" toml = "*" pypdf = "4.0.1" accelerate = "*" sentencepiece = "0.1.98" httpx = "0.24.1" -tiktoken = "0.4.0" +tiktoken = "0.5.2" ratelimit = "2.2.1" loguru = "0.7.2" huggingface-hub = "*" pydantic = "2.6.4" -tenacity = "8.2.2" +tenacity = "8.2.3" Pillow = "9.4.0" chromadb = "0.4.24" termcolor = "2.2.0" @@ -62,6 +64,8 @@ sentence-transformers = "*" peft = "*" psutil = "*" timm = "*" +supervision = "*" +sentry-sdk = "*" [tool.poetry.dev-dependencies] black = "23.3.0" diff --git a/requirements.txt b/requirements.txt index 7f8c41e1..68ad9d8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,11 @@ torch==2.1.1 transformers pandas -langchain==0.1.7 -langchain-experimental +langchain==0.1.13 +langchain-core==0.1.33 +langchain-community==0.0.29 +langsmith==0.1.17 +langchain-openai==0.0.5 httpx==0.24.1 Pillow==9.4.0 datasets==2.14.5 @@ -15,14 +18,13 @@ loguru==0.7.2 optimum diffusers toml -tiktoken==0.4.0 +tiktoken==0.5.2 colored addict backoff==2.2.1 ratelimit==2.2.1 termcolor==2.2.0 opencv-python==4.9.0.80 -langchain-community timm torchvision==0.16.1 rich==13.5.2 @@ -32,4 +34,7 @@ anthropic==0.2.5 mkdocs-glightbox pre-commit==3.6.2 psutil -black \ No newline at end of file +black +tenacity +supervision +sentry-sdk \ No newline at end of file