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
ift
NIFTy
Commits
37a394fc
Commit
37a394fc
authored
Feb 05, 2019
by
Martin Reinecke
Browse files
explicitly check Python version in setup.py
parent
aa91ea8c
Pipeline
#43326
passed with stages
in 8 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
37a394fc
...
...
@@ -41,6 +41,7 @@ setup(name="nifty5",
license
=
"GPLv3"
,
setup_requires
=
[
'scipy'
],
install_requires
=
[
'scipy'
],
python_requires
=
'>=3.5'
,
classifiers
=
[
"Development Status :: 4 - Beta"
,
"Topic :: Utilities"
,
...
...
Write
Preview
Markdown
is supported
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