46 lines
948 B
TOML
46 lines
948 B
TOML
|
[tool.poetry]
|
||
|
name = "thesis"
|
||
|
version = "0.8.1"
|
||
|
description = "A training environment for MARL"
|
||
|
authors = ["Vasilis Valatsos <vasilvalat@gmail.com>"]
|
||
|
license = "MPL-2.0"
|
||
|
readme = "README.md"
|
||
|
package-mode = false
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.11"
|
||
|
contourpy = "^1.2.0"
|
||
|
cycler = "^0.12.1"
|
||
|
docstring-to-markdown = "^0.13"
|
||
|
filelock = "^3.13.1"
|
||
|
fonttools = "^4.45.1"
|
||
|
fsspec = "^2023.10.0"
|
||
|
jedi = "^0.19.1"
|
||
|
jinja2 = "^3.1.2"
|
||
|
kiwisolver = "^1.4.5"
|
||
|
markupsafe = "^2.1.3"
|
||
|
matplotlib = "^3.8.2"
|
||
|
mpmath = "^1.3.0"
|
||
|
networkx = "^3.2.1"
|
||
|
numpy = "^1.26.2"
|
||
|
packaging = "^23.2"
|
||
|
parso = "^0.8.3"
|
||
|
pillow = "^10.1.0"
|
||
|
pluggy = "^1.3.0"
|
||
|
pygame = "^2.5.2"
|
||
|
pyparsing = "^3.1.1"
|
||
|
python-dateutil = "^2.8.2"
|
||
|
python-lsp-jsonrpc = "^1.1.2"
|
||
|
python-lsp-server = "^1.9.0"
|
||
|
six = "^1.16.0"
|
||
|
sympy = "^1.12"
|
||
|
torch = "^2.1.0"
|
||
|
tqdm = "^4.66.1"
|
||
|
typing-extensions = "^4.8.0"
|
||
|
ujson = "^5.8.0"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|