Skip to content

Commit

Permalink
Fix hypha version
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Nov 14, 2024
1 parent 35ed7cd commit c1dc453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "bioimageio-chatbot"
version = "0.2.12"
version = "0.2.13"
readme = "README.md"
description = "Your Personal Assistant in Computational BioImaging."
dependencies = [
Expand All @@ -13,7 +13,7 @@ dependencies = [
"pypdf",
"pillow",
"matplotlib",
"hypha>=0.15.52,<0.20.0",
"hypha>=0.20.38.post19",
"tqdm",
"aiofiles",
"langchain>=0.1.6",
Expand Down

0 comments on commit c1dc453

Please sign in to comment.