Skip to content

Commit

Permalink
avoid buggy matplotlib 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Dec 8, 2021
1 parent a498eaf commit 00c7542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.17.0
matplotlib>=2.2.0
matplotlib>=2.2.0,!=3.5.0
scipy>=1.5.0
PyYAML>=5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def run(self):
package_data=package_data,
install_requires=[
'numpy (>=1.17.0)',
'matplotlib (>=2.2.0)',
'matplotlib (>=2.2.0,!=3.5.0)',
'scipy (>=1.5.0)',
'PyYAML (>=5.1)'],
# PySide2 is needed for the GUI
Expand Down

0 comments on commit 00c7542

Please sign in to comment.