From 46e2d630b981f22ecb02d8c13213f7057370a498 Mon Sep 17 00:00:00 2001 From: Josh Stillerman Date: Tue, 19 Mar 2024 16:50:29 -0400 Subject: [PATCH] github still complaining about rpyc --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40a16cc..d638603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ keywords = [ "Remote Data Access" ] dependencies = [ - "rpyc>6.0.0", + "rpyc>=6.0.0", "dill<=0.3.2", "plumbum<=1.6.9", "numpy"