Skip to content

Commit b4ced4c

Browse files
committed
Update setup to explicitly include pyqt5
1 parent 2a7bad8 commit b4ced4c

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

setup.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,13 @@
77
"scikit-image>=0.17.1",
88
"scikit-learn>=0.21",
99
"trackpy",
10-
"numpy>=1.16.5"]
11-
12-
try:
13-
import PyQt5 # noqa
14-
except ImportError:
15-
try:
16-
import PySide2 # noqa
17-
except ImportError:
18-
install_requires.append('PyQt5==5.14.0')
10+
"numpy>=1.16.5",
11+
"PyQt5>=5.14.0"]
1912

2013
setuptools.setup(
2114
name="particlespy",
2215
package_dir={'particlespy':'particlespy'},
23-
version="0.5.1",
16+
version="0.5.2",
2417
author="Thomas Slater",
2518
author_email="tjaslater@gmail.com",
2619
description="A package to perform particle segmentation and analysis",

0 commit comments

Comments
 (0)