From 736b913eab5bd586d5fe1748408568c2beaf9c8f Mon Sep 17 00:00:00 2001 From: Noel Danz Date: Tue, 26 Mar 2024 15:44:17 +0100 Subject: [PATCH] Update CondaPkg.toml Relax dependency requirements. --- CondaPkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CondaPkg.toml b/CondaPkg.toml index 9b378c2..b5f1983 100644 --- a/CondaPkg.toml +++ b/CondaPkg.toml @@ -1,6 +1,6 @@ [deps] numpy = "" pillow = "" -protobuf = "=3" +protobuf = ">=3" python = ">=3.9" wandb = ">=0.13"