Skip to content

Commit

Permalink
build: added dev. dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
koulanurag committed Feb 17, 2024
1 parent d892d5d commit 093ba33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

extras = {
"test": ["pytest<8.0.0", "pytest_cases"],
"develop": ["black", "imageio", "jupyter"],
"develop": ["black", "imageio", "jupyter", "black[jupyter]"],
"docs": [
"Sphinx<6.0,>=4.0",
"furo",
Expand All @@ -30,7 +30,10 @@
setup(
name="maze-world",
version="0.0.1",
description="A collection of maze navigation tasks.",
description="Random maze environments with different size and complexity"
" for reinforcement learning and planning research. This is "
"in-particular to investigate generalization and planning"
" ability in dynamically changing environment.",
long_description_content_type="text/markdown",
long_description=open(
path.join(path.abspath(path.dirname(__file__)), "README.md"), encoding="utf-8"
Expand Down

0 comments on commit 093ba33

Please sign in to comment.