From e0b96a3eba9dc1cfdc007c2707dff29f16a7ee30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dav=C3=ADd=20Brakenhoff?= Date: Fri, 22 Mar 2024 13:19:09 +0100 Subject: [PATCH] fix protobuf version --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd7c22e..71afe08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,13 +58,16 @@ test = [ "pytest-dependency", "pytest-benchmark", "codacy-coverage", - "lxml", # temporary fix: for hydropandas 0.8.0 + "lxml", # temporary fix: for hydropandas 0.8.0 ] pystore = ["fsspec>=0.3.3", "python-snappy", "dask[dataframe]"] arctic = [ "arctic", # will not work as releases not uploaded to PyPI ] -arcticdb = ["arcticdb"] +arcticdb = [ + "arcticdb", + "protobuf~=4.0", +] # TODO: temporarily set protobuf to version 4 docs = [ "pastastore[optional]", "sphinx_rtd_theme",