@@ -14,14 +14,14 @@ requires-python = ">=3.8"
1414license = {text = " GPLv2" }
1515keywords = [" reinforcement-learning" , " arcade-learning-environment" , " atari" ]
1616authors = [
17- {name = " Marc G. Bellemare" },
18- {name = " Yavar Naddaf" },
19- {name = " Joel Veness" },
20- {name = " Michael Bowling" },
17+ {name = " Marc G. Bellemare" },
18+ {name = " Yavar Naddaf" },
19+ {name = " Joel Veness" },
20+ {name = " Michael Bowling" },
2121]
2222maintainers = [
23- {name = " Farama Foundation" , email = " contact@farama.org" },
24- {name = " Jesse Farebrother" , email = " jfarebro@cs.mcgill.ca" },
23+ {name = " Farama Foundation" , email = " contact@farama.org" },
24+ {name = " Jesse Farebrother" , email = " jfarebro@cs.mcgill.ca" },
2525]
2626classifiers = [
2727 " Development Status :: 5 - Production/Stable" ,
@@ -37,17 +37,17 @@ classifiers = [
3737 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
3838]
3939dependencies = [
40- " numpy<2.0 " ,
41- " importlib-metadata>=4.10.0; python_version < '3.10'" ,
42- " importlib-resources; python_version < '3.9'" ,
43- " typing-extensions; python_version < '3.11'"
40+ " numpy>1.20 " ,
41+ " importlib-metadata>=4.10.0; python_version < '3.10'" ,
42+ " importlib-resources; python_version < '3.9'" ,
43+ " typing-extensions; python_version < '3.11'"
4444]
4545dynamic = [" version" ]
4646
4747[project .optional-dependencies ]
4848test = [
49- " pytest>=7.0" ,
50- " gymnasium>=1.0.0a1" ,
49+ " pytest>=7.0" ,
50+ " gymnasium>=1.0.0a1" ,
5151]
5252
5353[project .urls ]
@@ -57,8 +57,8 @@ changelog = "https://github.com/Farama-Foundation/Arcade-Learning-Environment/bl
5757
5858[tool .setuptools ]
5959packages = [
60- " ale_py" ,
61- " ale_py.roms" ,
60+ " ale_py" ,
61+ " ale_py.roms" ,
6262]
6363package-dir = {ale_py = " src/ale/python" }
6464package-data = {"ale_py" = [" py.typed" , " *.pyi" , " **/*.pyi" ], "ale_py.roms" = [" md5.json" , " *.bin" ]}
0 commit comments