Skip to content
Snippets Groups Projects
Commit 8f5dba3b authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Merge commit '540cd06b' into chamcham

parents a9d7534e 540cd06b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,10 @@ setup(
, 'moose.neuroml', 'moose.neuroml2'
, 'moose.chemUtil'
],
install_requires = [ 'python-libsbml', 'numpy' ],
# install_requires is `setuptool` specific keyword. Don't use it here
# else wheel won't build for OSX. Let use install the dependencies
# by themselves. We notify them when they try to import SBML.
# install_requires = [ 'python-libsbml', 'numpy' ],
package_dir = { 'moose' : 'moose', 'rdesigneur' : 'rdesigneur' },
package_data = { 'moose' : ['_moose' + suffix ] },
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment