Browse Source

1.6.2 itertools is built in, removed from install requirements

master
Trevor Irons 2 years ago
parent
commit
476f2a3964
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      setup.py

+ 1
- 2
setup.py View File

21
     long_description = fh.read()
21
     long_description = fh.read()
22
 
22
 
23
 setup(name='Akvo',     
23
 setup(name='Akvo',     
24
-      version='1.6.1', 
24
+      version='1.6.2', 
25
       python_requires='>3.7.0', # due to pyLemma 
25
       python_requires='>3.7.0', # due to pyLemma 
26
       description='Surface nuclear magnetic resonance workbench',
26
       description='Surface nuclear magnetic resonance workbench',
27
       long_description=long_description,
27
       long_description=long_description,
54
           'pyqt-distutils',
54
           'pyqt-distutils',
55
           'cmocean',
55
           'cmocean',
56
           'multiprocessing',
56
           'multiprocessing',
57
-          'itertools',
58
           'pyLemma >= 0.4.0'
57
           'pyLemma >= 0.4.0'
59
       ],
58
       ],
60
       packages=['akvo', 'akvo.tressel', 'akvo.gui'],
59
       packages=['akvo', 'akvo.tressel', 'akvo.gui'],

Loading…
Cancel
Save