Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
8f5dba3b
Commit
8f5dba3b
authored
Mar 9, 2018
by
Dilawar Singh
Browse files
Options
Downloads
Plain Diff
Merge commit '
540cd06b
' into chamcham
parents
a9d7534e
540cd06b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
moose-core/python/setup.cmake.py
+4
-1
4 additions, 1 deletion
moose-core/python/setup.cmake.py
with
4 additions
and
1 deletion
moose-core/python/setup.cmake.py
+
4
−
1
View file @
8f5dba3b
...
...
@@ -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
]
},
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment