diff --git a/setup.py b/setup.py index c803423..8883fcf 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ], packages=["matsim"] + ["matsim." + x for x in find_packages(where="matsim")], install_requires=[ - "protobuf >= 3.10.0", + "protobuf >= 3.20.0", "xopen", "pandas", ],