##// END OF EJS Templates
setup.py
Jose Chavez -
r972:e6e640970ea0
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