We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7bad8 commit b4ced4cCopy full SHA for b4ced4c
1 file changed
setup.py
@@ -7,20 +7,13 @@
7
"scikit-image>=0.17.1",
8
"scikit-learn>=0.21",
9
"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')
+ "numpy>=1.16.5",
+ "PyQt5>=5.14.0"]
19
20
setuptools.setup(
21
name="particlespy",
22
package_dir={'particlespy':'particlespy'},
23
- version="0.5.1",
+ version="0.5.2",
24
author="Thomas Slater",
25
author_email="tjaslater@gmail.com",
26
description="A package to perform particle segmentation and analysis",
0 commit comments