Skip to content

Commit

Permalink
bump hypha version
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Mar 4, 2024
1 parent 4ec5492 commit b987289
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions bioimageio_chatbot/gpts_action.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import asyncio
from openai import AsyncOpenAI
from pydantic import BaseModel
from bioimageio_chatbot.chatbot_extensions import get_builtin_extensions, extension_to_tools
from bioimageio_chatbot.chatbot_extensions import extension_to_tools
from schema_agents.utils.schema_conversion import get_service_openapi_schema
from imjoy_rpc.hypha import login, connect_to_server

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"imjoy-rpc>=0.5.48.post1",
"requests",
"pypdf",
"hypha>=0.15.47",
"hypha>=0.15.48",
"tqdm",
"aiofiles",
"langchain>=0.1.6",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ schema-agents>=0.1.45
imjoy-rpc>=0.5.48.post1
requests
pypdf
hypha>=0.15.47
hypha>=0.15.48
tqdm
aiofiles
serpapi
langchain==0.1.6
langchain>=0.1.10
beautifulsoup4
pandas
duckduckgo-search==4.2.0
langchain-openai==0.0.5
langchain-openai==0.0.8
rank-bm25==0.2.2
html2text==2020.1.16

0 comments on commit b987289

Please sign in to comment.