Skip to content

Commit

Permalink
increase require protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Oct 27, 2023
1 parent 6748c29 commit 843d035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 843d035

Please sign in to comment.