Skip to content

Commit

Permalink
Adding Matplotlib as a requirement to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquin Chung Miranda committed Feb 20, 2021
1 parent ebe6c28 commit 8cbcbd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
package_dir={'sequence': 'src'},
install_requires=[
'numpy',
'matplotlib',
'json5',
'pandas',
'qutip'
Expand Down

0 comments on commit 8cbcbd3

Please sign in to comment.