Skip to content

Commit

Permalink
update pyrpoject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
michielkallenberg committed Jun 14, 2024
1 parent ca2d3f7 commit 86bc826
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
gymnasium = "^0.29.1"
pcse = "^5.5.5"
pyyaml = "^6.0.1"
numpy = "^1.25.2"
datetime = "^5.2"
numpy = "^1.26.4"
datetime = "^5.5"
pcse = "5.5.6"

stable-baselines3 = { version = "^2.1.0", optional = true }
sb3-contrib = { version = "^2.1.0", optional = true }
matplotlib = { version = "^3.7.2", optional = true }
torch = { version = "^2.0.1", optional = true }
stable-baselines3 = { version = "^2.3.2", optional = true }
sb3-contrib = { version = "^2.3.0", optional = true }
matplotlib = { version = "^3.9.0", optional = true }
torch = { version = "^2.3.1", optional = true }
lib-programname = { version = "^2.0.9", optional = true }
tensorboard = { version = "^2.14.0", optional = true }
scipy = { version = "^1.11.2", optional = true }
tqdm = { version = "^4.66.1", optional = true }
pandas = { version = "^2.1.0", optional = true }
tensorboard = { version = "^2.17.0", optional = true }
scipy = { version = "^1.13.1", optional = true }
tqdm = { version = "^4.66.4", optional = true }
pandas = { version = "^2.2.2", optional = true }

[tool.poetry.extras]
sb-integration = ["stable-baselines3", "sb3-contrib", "matplotlib", "torch", "lib-programname", "tensorboard", "scipy", "tqdm", "pandas"]
Expand Down

0 comments on commit 86bc826

Please sign in to comment.