pneuma-pygame/Godot/pyproject.toml

23 lines
540 B
TOML
Raw Normal View History

2024-05-16 23:16:20 +00:00
[tool.poetry]
name = "pneumarl"
version = "0.1.0"
description = "Godot training env for MARL"
authors = ["Vasilis Valatsos <vasilvalat@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
dm-tree = "^0.1.8"
typer = "^0.12.3"
scikit-image = "^0.23.2"
lz4 = "^4.3.3"
godot-rl = {url = "https://github.com/edbeeching/godot_rl_agents/archive/refs/heads/main.zip"}
pettingzoo = "^1.24.3"
2024-05-18 13:32:29 +00:00
tensorboard = "^2.16.2"
2024-05-16 23:16:20 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"