Skip to content

Commit

Permalink
build: matplotlib dependency adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
koulanurag committed Feb 18, 2024
1 parent b7e006e commit bc7d1b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"nbsphinx>=0.9.3",
"pandoc>=2.3",
"myst-nb",
"matplotlib",
],
}

Expand All @@ -43,7 +42,7 @@
author_email="[email protected]",
license="MIT License",
packages=setuptools.find_packages(),
install_requires=["gymnasium>=0.28", "pygame>=2.1.0", "scipy"],
install_requires=["gymnasium>=0.28", "pygame>=2.1.0", "scipy", "matplotlib"],
extras_require=extras,
tests_require=extras["test"],
python_requires=">=3.6, <3.12",
Expand Down

0 comments on commit bc7d1b2

Please sign in to comment.