Browse Source

Fixed pyLemma version requirements.

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

+ 2
- 2
setup.py View File

@@ -17,7 +17,7 @@ class custom_build_py(build_py):
17 17
         build_py.run(self)
18 18
 
19 19
 
20
-with open("README.md", "r") as fh:
20
+with open("../README.md", "r") as fh:
21 21
     long_description = fh.read()
22 22
 
23 23
 setup(name='Akvo',
@@ -53,7 +53,7 @@ setup(name='Akvo',
53 53
           'pandas',
54 54
           'pyqt-distutils',
55 55
           'cmocean',
56
-          'pyLemma >= 0.1.0'
56
+          'pyLemma >= 0.4.0'
57 57
       ],
58 58
       packages=['akvo', 'akvo.tressel', 'akvo.gui'],
59 59
       license=['GPL 4.0'],

Loading…
Cancel
Save