Skip to content

Commit

Permalink
bump hypha rpc version
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Dec 9, 2024
1 parent 6555379 commit 928abcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ requires = ["setuptools", "wheel"]

[project]
name = "bioimageio-colab"
version = "0.1.2"
version = "0.1.3"
readme = "README.md"
description = "Collaborative image annotation and model training with human in the loop."
dependencies = [
"hypha-rpc>=0.20.41",
"hypha-rpc>=0.20.43",
"requests",
"numpy",
"requests",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hypha-rpc==0.20.41
hypha-rpc==0.20.43
numpy==1.26.4
requests==2.31.0
kaibu-utils==0.1.14
Expand Down

0 comments on commit 928abcb

Please sign in to comment.