Skip to content

Commit

Permalink
fix : minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bagjohn authored Oct 17, 2024
1 parent dbc83c1 commit 70e4acb
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 @@ -80,13 +80,13 @@ python-semantic-release = "*"
optional = true

[tool.poetry.group.nengo.dependencies]
nengo = 4.0
nengo = "4.0"

[tool.poetry.group.box2d]
optional = true

[tool.poetry.group.box2d.dependencies]
box2d-py = 2.3.8
box2d-py = "2.3.8"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 70e4acb

Please sign in to comment.