Skip to content

Commit 0335462

Browse files
committed
BF: pip install error for conda envs
1 parent fb6af16 commit 0335462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# `pyqt` package should be installed via conda instead
3939
# cf. https://github.com/ContinuumIO/anaconda-issues/issues/1554
4040
if 'CONDA_PREFIX' in os.environ:
41-
required.remove('pyqt5; python_version >= "3"')
41+
required.remove('pyqt5')
4242

4343
# compress psychojs to a zip file for packaging
4444
# only takes 0.5s but could skip if you prefer

0 commit comments

Comments
 (0)