File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
2013setuptools .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" ,
2720 long_description = long_description ,
2821 long_description_content_type = "text/markdown" ,
2922 url = "https://github.com/ePSIC-DLS/particlespy" ,
3023 packages = setuptools .find_packages (),
31- install_requires = install_requires ,
32- include_package_data = True ,
24+ install_requires = install_requires ,
3325 package_data = {
3426 'ParticleSpy' :
3527 [
36- 'data/*.dm4' ,
37- 'parameters/*.hdf5'
28+ 'parameters/*'
3829 ],
3930 },
4031 classifiers = [
You can’t perform that action at this time.
0 commit comments