Skip to content

Commit

Permalink
fix protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Mar 22, 2024
1 parent 6d2ea7c commit e0b96a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e0b96a3

Please sign in to comment.