From ccf7f9c6a33b336ba06fee15cbd9ac2d91902392 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Mon, 4 Mar 2024 23:18:49 +0100 Subject: [PATCH] pin imjoy-rpc --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee75a1b..395e800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "bioimageio-chatbot" -version = "0.1.70" +version = "0.1.71" readme = "README.md" description = "Your Personal Assistant in BioImage Analysis." dependencies = [ @@ -11,7 +11,7 @@ dependencies = [ "imjoy-rpc>=0.5.48.post2", "requests", "pypdf", - "hypha>=0.15.48", + "hypha>=0.15.47", "tqdm", "aiofiles", "langchain>=0.1.6", diff --git a/requirements.txt b/requirements.txt index c02b0fd..48aff65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ schema-agents>=0.1.45 imjoy-rpc>=0.5.48.post2 requests pypdf -hypha>=0.15.48 +hypha>=0.15.47 tqdm aiofiles serpapi