We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9e105 commit 63adaedCopy full SHA for 63adaed
1 file changed
setup.py
@@ -8,12 +8,12 @@
8
"scikit-learn>=0.21",
9
"trackpy",
10
"numpy>=1.16.5",
11
- "PyQt5>=5.14.0"]
+ "PyQt5>=5.14.0,<6.0"]
12
13
setuptools.setup(
14
name="particlespy",
15
package_dir={'particlespy':'particlespy'},
16
- version="0.6.2",
+ version="0.6.3",
17
author="Thomas Slater",
18
author_email="tjaslater@gmail.com",
19
description="A package to perform particle segmentation and analysis",
0 commit comments