Skip to content

Commit

Permalink
Add matplotlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adosikas committed Nov 6, 2022
1 parent 54b662a commit 4a6687b
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 @@ -37,7 +37,7 @@
'Operating System :: OS Independent',
],
python_requires='>=3.9',
install_requires=['numpy', 'scipy', 'pyperclip'],
install_requires=['numpy', 'scipy', 'matplotlib', 'pyperclip'],
extras_require={
'dev': ['check-manifest'],
# 'test': ['coverage'],
Expand Down

0 comments on commit 4a6687b

Please sign in to comment.