Skip to content

Commit

Permalink
Update matplotlib version constraint in requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dxns-hub committed Dec 5, 2024
1 parent 3eb8a4f commit 50588f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cycler==0.12.1
dill==0.3.9
fonttools==4.55.1
kiwisolver==1.4.7
matplotlib==3.9.3
matplotlib>=3.7.0,<3.8.0
mpmath==1.3.0
numpy==1.26.4
packaging==24.2
Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
version='0.1.0', # update this for each new release
packages=find_packages(where='src'),
package_dir={'': 'src'},
install_requires=[
'numpy',
'scipy',
'matplotlib',
],
author='Mathew Dixon',
author_email='[email protected]',
description='Vibrational and Power Optimizing Software',
Expand All @@ -26,7 +21,7 @@
# List of dependencies
"numpy>=1.26.4",
"scipy>=1.13.1",
"matplotlib>=3.9.3",
"matplotlib>=3.7.0,<3.8.0",
"qiskit>=1.3.0",
],
)

0 comments on commit 50588f6

Please sign in to comment.