File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515import os
1616#import glob
1717
18- version = '0.1.3 '
18+ version = '0.1.4 '
1919
2020ROOT = os .path .abspath (os .path .dirname (__file__ ))
2121README = open (os .path .join (ROOT , 'README.md' )).read ()
3535 language = "c++" , # generate and compile C++ code,
3636 include_dirs = [numpy .get_include (),os .path .join (ROOT ,'ot/lp' )])),
3737 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 ) ,
3939 license = 'MIT' ,
4040 scripts = [],
4141 data_files = [],
42- requires = ["numpy (>=1.11)" ,"scipy (>=0.17)" ],
42+ requires = ["numpy (>=1.11)" ,"scipy (>=0.17)" , "cython (>=0.23)" ],
4343 classifiers = [
4444 'Development Status :: 4 - Beta' ,
4545 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments