File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
import os
16
16
#import glob
17
17
18
- version = '0.1.3 '
18
+ version = '0.1.4 '
19
19
20
20
ROOT = os .path .abspath (os .path .dirname (__file__ ))
21
21
README = open (os .path .join (ROOT , 'README.md' )).read ()
35
35
language = "c++" , # generate and compile C++ code,
36
36
include_dirs = [numpy .get_include (),os .path .join (ROOT ,'ot/lp' )])),
37
37
platforms = ['linux' ,'macosx' ,'windows' ],
38
- download_url = 'https://github.com/rflamary/POT/archive/V0.1. tar.gz' ,
38
+ download_url = 'https://github.com/rflamary/POT/archive/V{}. tar.gz' . format ( version ) ,
39
39
license = 'MIT' ,
40
40
scripts = [],
41
41
data_files = [],
42
- requires = ["numpy (>=1.11)" ,"scipy (>=0.17)" ],
42
+ requires = ["numpy (>=1.11)" ,"scipy (>=0.17)" , "cython (>=0.23)" ],
43
43
classifiers = [
44
44
'Development Status :: 4 - Beta' ,
45
45
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments