Skip to content

Commit

Permalink
Bump pettingzoo and gymnasium
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre committed Nov 27, 2024
1 parent 67adf91 commit 1045397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ build-backend = "setuptools.build_meta"
name = "sumo-rl"
description="RL environments and learning code for traffic signal control in SUMO."
readme = "README.md"
requires-python = ">= 3.7"
requires-python = ">= 3.8"
authors = [{ name = "Lucas Alegre", email = "[email protected]" }]
license = { text = "MIT License" }
keywords = ["Reinforcement Learning", "Traffic Signal Control", "SUMO", "RL", "PettingZoo", "gymnasium"]
dependencies = [
'gymnasium>=0.26',
'pettingzoo>=1.22.2',
'gymnasium>=0.28',
'pettingzoo>=1.24.3',
'numpy',
'pandas',
'pillow',
Expand Down Expand Up @@ -52,7 +52,7 @@ nets = [
[tool.black]
safe = true
line-length = 127
target-version = ['py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
include = '\.pyi?$'

[tool.isort]
Expand Down

0 comments on commit 1045397

Please sign in to comment.