Skip to content

Commit

Permalink
Removing patch line for pyqt5
Browse files Browse the repository at this point in the history
  • Loading branch information
mfixstsci committed Aug 21, 2023
1 parent e45b6ee commit c3c05d4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,6 @@ def run_tests(self):
'scipy>=1.7.2',
]

# Patch because MacOS Mojave causes matplotlib to fail without pyqt5 - will remove line if this bug is patched
# Also noted as a known installation issue in the project's README
if platform.system().lower() == 'darwin' and platform.mac_ver()[0].split('.')[0:2] == ['10', '14']:
try:
import PyQt5
except ModuleNotFoundError:
install_requires.append('PyQt5')

setup(
name=PACKAGENAME,
author=AUTHOR,
Expand Down

0 comments on commit c3c05d4

Please sign in to comment.