QPD/pyproject.toml

37 lines
767 B
TOML

[project]
name = "qpd"
version = "0.0.1"
authors = [
{ name="Thomas Avé", email="thomas.ave@uantwerpen.be" },
{ name="Ian Ravijts", email="ian.ravijts@uantwerpen.be" }
]
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"wheel==0.38.4",
"shimmy>=0.2.1",
"numpy",
"atari-py==0.2.9",
"gymnasium[accept-rom-license]",
"ale-py",
"pillow",
"readchar",
"matplotlib",
"distiller@git+https://github.com/tiny-rl/distiller.git",
"wandb",
"stable-baselines3[extra]",
"sb3-contrib",
"tqdm",
"ray[default]",
"webdavclient3",
"prefetch_generator",
"pygame",
"pyglet",
"cython<3",
]
[build-system]
requires = [ "setuptools>=61.0,<=66" ]
build-backend = "setuptools.build_meta"