Skip to content

Commit

Permalink
update pycityproto version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetnow committed Sep 20, 2024
1 parent c32be14 commit 94fee91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "python-moss"
version = "0.4.3"
version = "0.4.4"
description = "MObility Simulation System"
authors = [
{ name = "Jun Zhang", email = "[email protected]" },
Expand All @@ -23,7 +23,7 @@ dependencies = [
"grpcio",
"grpcio-tools",
"numpy>=1.20",
"pycityproto==1.13.1",
"pycityproto>=1.13.1,<2",
"igraph",
"tqdm",
"psycopg2-binary>=2.5,<3",
Expand Down

0 comments on commit 94fee91

Please sign in to comment.