##// END OF EJS Templates
Merge branch 'schain_mp' of http://jro-dev.igp.gob.pe/rhodecode/schain into schain_mp
José Chávez -
r974:9cb557d1383d merge
parent child
Show More
@@ -39,7 +39,7 setup(name="schainpy",
39 39 ],
40 40 },
41 41 scripts=['schainpy/gui/schainGUI'],
42 ext_modules=[Extension("cSchain", ["schainpy/model/proc/extensions.c"])],
42 ext_modules=[Extension("cSchain", ["schainpy/model/proc/extensions.c"], include_dirs=[numpy.get_include()])],
43 43 install_requires=[
44 44 "scipy >= 0.14.0",
45 45 "h5py >= 2.2.1",
@@ -55,3 +55,4 setup(name="schainpy",
55 55 "python-Levenshtein"
56 56 ],
57 57 )
58
General Comments 0
You need to be logged in to leave comments. Login now