Browse Source

update of setuptools for multicomputing

tags/1.6.1
Trevor Irons 2 years ago
parent
commit
7d80e34256
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      setup.py

+ 3
- 1
setup.py View File

@@ -21,7 +21,7 @@ with open("README.md", "r") as fh:
21 21
     long_description = fh.read()
22 22
 
23 23
 setup(name='Akvo',     
24
-      version='1.5.2', 
24
+      version='1.6.0', 
25 25
       python_requires='>3.7.0', # due to pyLemma 
26 26
       description='Surface nuclear magnetic resonance workbench',
27 27
       long_description=long_description,
@@ -53,6 +53,8 @@ setup(name='Akvo',
53 53
           'pandas',
54 54
           'pyqt-distutils',
55 55
           'cmocean',
56
+          'multiprocessing',
57
+          'itertools',
56 58
           'pyLemma >= 0.4.0'
57 59
       ],
58 60
       packages=['akvo', 'akvo.tressel', 'akvo.gui'],

Loading…
Cancel
Save