@@ -14,14 +14,14 @@ requires-python = ">=3.8"
14
14
license = {text = " GPLv2" }
15
15
keywords = [" reinforcement-learning" , " arcade-learning-environment" , " atari" ]
16
16
authors = [
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" },
21
21
]
22
22
maintainers = [
23
- {
name =
" Farama Foundation" ,
email =
" [email protected] " },
24
- {
name =
" Jesse Farebrother" ,
email =
" [email protected] " },
23
+ {
name =
" Farama Foundation" ,
email =
" [email protected] " },
24
+ {
name =
" Jesse Farebrother" ,
email =
" [email protected] " },
25
25
]
26
26
classifiers = [
27
27
" Development Status :: 5 - Production/Stable" ,
@@ -37,17 +37,17 @@ classifiers = [
37
37
" Topic :: Scientific/Engineering :: Artificial Intelligence" ,
38
38
]
39
39
dependencies = [
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'"
44
44
]
45
45
dynamic = [" version" ]
46
46
47
47
[project .optional-dependencies ]
48
48
test = [
49
- " pytest>=7.0" ,
50
- " gymnasium>=1.0.0a1" ,
49
+ " pytest>=7.0" ,
50
+ " gymnasium>=1.0.0a1" ,
51
51
]
52
52
53
53
[project .urls ]
@@ -57,8 +57,8 @@ changelog = "https://github.com/Farama-Foundation/Arcade-Learning-Environment/bl
57
57
58
58
[tool .setuptools ]
59
59
packages = [
60
- " ale_py" ,
61
- " ale_py.roms" ,
60
+ " ale_py" ,
61
+ " ale_py.roms" ,
62
62
]
63
63
package-dir = {ale_py = " src/ale/python" }
64
64
package-data = {"ale_py" = [" py.typed" , " *.pyi" , " **/*.pyi" ], "ale_py.roms" = [" md5.json" , " *.bin" ]}
0 commit comments