Skip to content

Commit

Permalink
Add matplotlib to setup and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cheunjm committed Dec 12, 2018
1 parent 625e61f commit b466e47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy==1.15.4
graphviz==0.10.1
pandas==0.23.4
pandas==0.23.4
matplotlib==2.2.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name="autodiff_jel",
version="0.0.4",
version="0.0.6",
author="Team JEL",
author_email="",
description="Python library for Automatic Differentiation",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/teamjel/cs207-FinalProject",
packages=setuptools.find_packages(),
install_requires=["numpy", "graphviz", "pandas"],
install_requires=["numpy", "graphviz", "pandas", "matplotlib"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit b466e47

Please sign in to comment.