Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
goncamateus committed Jan 3, 2025
1 parent 879191d commit 3adf7c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10"
rc-robosim = "^1.2"
pygame = "^2.1.0"
protobuf = "3.20.2"
gymnasium = "1.0.0"
gymnasium = ">=1.0.0"
pygame = "^2.6.1"

[tool.poetry.group.dev.dependencies]
ipython = "^8.28.0"
Expand Down

0 comments on commit 3adf7c3

Please sign in to comment.