Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Reinecke
ducc
Commits
b07b1034
Commit
b07b1034
authored
Aug 12, 2020
by
Martin Reinecke
Browse files
try to fix NIFTy build
parent
90a1d114
Pipeline
#80352
passed with stages
in 14 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
b07b1034
...
...
@@ -85,6 +85,6 @@ setup(name=pkgname,
packages
=
[],
python_requires
=
">=3.6"
,
ext_modules
=
extensions
,
install_requires
=
[
'pybind11>=2.5.0'
,
'numpy>=1.17.0'
],
install_requires
=
[
'numpy>=1.17.0'
],
license
=
"GPLv2"
,
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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