Skip to content

Commit

Permalink
Add matplotlib to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Mar 13, 2021
1 parent b51eb73 commit ea520c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def build_extension(self, ext):
packages=find_packages("src"),
package_dir={'':'src'},
cmdclass=dict(build_ext=CMakeBuild),
install_requires=['scipy', 'numpy', 'networkx'],
install_requires=['scipy', 'numpy', 'networkx','matplotlib'],
classifiers=[
"License :: OSI Approved :: Apache Software License"
],
Expand Down

0 comments on commit ea520c9

Please sign in to comment.