Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
8f5dba3b
Commit
8f5dba3b
authored
7 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Plain Diff
Merge commit '
540cd06b
' into chamcham
parents
a9d7534e
540cd06b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide 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%
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
register
or
sign in
to comment