From 9afc4c564508bbb005c75791467aba1c9d2bb25c Mon Sep 17 00:00:00 2001 From: mferrera Date: Mon, 18 Sep 2023 09:20:54 +0200 Subject: [PATCH] Remove protobuf as a dependency It is pulled in through the dependency chain but is not a first class dependency. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65773af14..221ffa508 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,6 @@ dependencies = [ "opm>=2021.10", "packaging", "pandas", - "protobuf", "pyscal", "pyyaml", "rips",