From 928abcb2d3505825b168df2e4f218c600e0be9cd Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Mon, 9 Dec 2024 12:27:18 -0800 Subject: [PATCH] bump hypha rpc version --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e969884..7fb3208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index 84f9ef9..ea0a1f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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