We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6af16 commit 0335462Copy full SHA for 0335462
setup.py
@@ -38,7 +38,7 @@
38
# `pyqt` package should be installed via conda instead
39
# cf. https://github.com/ContinuumIO/anaconda-issues/issues/1554
40
if 'CONDA_PREFIX' in os.environ:
41
- required.remove('pyqt5; python_version >= "3"')
+ required.remove('pyqt5')
42
43
# compress psychojs to a zip file for packaging
44
# only takes 0.5s but could skip if you prefer
0 commit comments