mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
Update setup.py
This commit is contained in:
6
setup.py
6
setup.py
@@ -48,8 +48,8 @@ with open("README.md") as fh:
|
||||
break
|
||||
|
||||
setup(
|
||||
author="Gym Community",
|
||||
author_email="jkterry@umd.edu",
|
||||
author="Farama Foundation",
|
||||
author_email="jkterry@farama.org",
|
||||
classifiers=[
|
||||
# Python 3.6 is minimally supported (only with basic gymnasium environments and API)
|
||||
"Programming Language :: Python :: 3",
|
||||
@@ -59,7 +59,7 @@ setup(
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
],
|
||||
description="Gym: A universal API for reinforcement learning environments",
|
||||
description="A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)",
|
||||
extras_require=extras,
|
||||
install_requires=[
|
||||
"numpy >= 1.18.0",
|
||||
|
Reference in New Issue
Block a user