Skip to content

Commit

Permalink
Adding matplotlib to pip install bezier[full].
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jan 27, 2020
1 parent 5b8e93b commit 8beb036
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -51,7 +51,9 @@
"The {} environment variable must be set."
).format(INSTALL_PREFIX_ENV)
REQUIREMENTS = ("numpy >= 1.18.1",)
EXTRAS_REQUIRE = {"full": ["scipy >= 1.4.1", "sympy >= 1.5.1"]}
EXTRAS_REQUIRE = {
"full": ["matplotlib >= 3.0.0", "scipy >= 1.4.1", "sympy >= 1.5.1"]
}
DESCRIPTION = (
u"Helper for B\u00e9zier Curves, Triangles, and Higher Order Objects"
)
Expand Down

0 comments on commit 8beb036

Please sign in to comment.