@@ -6,32 +6,32 @@ build-backend = "setuptools.build_meta"
66name = " mo-gymnasium"
77description =" A standard API for MORL and a diverse set of reference environments."
88readme = " README.md"
9- requires-python = " >= 3.9 "
9+ requires-python = " >= 3.10 "
1010authors = [{ name = " Farama Foundation" , email = " contact@farama.org" }]
1111license = { text = " MIT License" }
1212keywords = [" Reinforcement Learning" , " Multi-Objective" , " RL" , " AI" , " Gymnasium" ]
1313classifiers = [
1414 " Development Status :: 4 - Beta" , # change to `5 - Production/Stable` when ready
1515 " License :: OSI Approved :: MIT License" ,
1616 " Programming Language :: Python :: 3" ,
17- " Programming Language :: Python :: 3.9" ,
1817 " Programming Language :: Python :: 3.10" ,
1918 " Programming Language :: Python :: 3.11" ,
2019 " Programming Language :: Python :: 3.12" ,
20+ " Programming Language :: Python :: 3.13" ,
2121 ' Intended Audience :: Science/Research' ,
2222 ' Topic :: Scientific/Engineering :: Artificial Intelligence' ,
2323]
2424dependencies = [
2525 " gymnasium >=1.1.0" ,
26- " numpy >=1.21.0,<2.0 " ,
26+ " numpy >=1.21" ,
2727 " pygame >=2.1.3" ,
2828 " scipy >=1.7.3" ,
2929]
3030dynamic = [" version" ]
3131
3232[project .optional-dependencies ]
3333# Update dependencies in `all` if any are added or removed
34- mario = [" nes-py" , " gym-super-mario-bros" ]
34+ mario = [" nes-py" , " gym-super-mario-bros" , " numpy >=1.21.0,<2.0 " ]
3535minecart = [" scipy >=1.7.3 " ]
3636mujoco = [" mujoco >=2.2.0" , " imageio >=2.14.1" ]
3737highway = [" highway-env >=1.8" ]
0 commit comments