Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
pyHealpix
Commits
abad54cf
Commit
abad54cf
authored
Nov 19, 2017
by
Martin Reinecke
Browse files
add missing prerequisite
parent
1d868d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
abad54cf
...
...
@@ -147,6 +147,7 @@ setup(name='pyHealpix',
author
=
'Martin Reinecke'
,
author_email
=
'martin@mpa-garching.mpg.de'
,
packages
=
[],
setup_requires
=
{
'pybind11'
:
'pybind11>=2.2.1'
},
extras_require
=
{
'numpy'
:
'numpy>=1.10.4'
,
'pybind11'
:
'pybind11>=2.2.1'
},
ext_modules
=
get_extension_modules
(),
install_requires
=
[
'pybind11>=2.2.1'
]
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment