Skip to content

Commit 63adaed

Browse files
authored
Update setup.py
1 parent 8a9e105 commit 63adaed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"scikit-learn>=0.21",
99
"trackpy",
1010
"numpy>=1.16.5",
11-
"PyQt5>=5.14.0"]
11+
"PyQt5>=5.14.0,<6.0"]
1212

1313
setuptools.setup(
1414
name="particlespy",
1515
package_dir={'particlespy':'particlespy'},
16-
version="0.6.2",
16+
version="0.6.3",
1717
author="Thomas Slater",
1818
author_email="tjaslater@gmail.com",
1919
description="A package to perform particle segmentation and analysis",

0 commit comments

Comments
 (0)