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
43536dc4
Commit
43536dc4
authored
Dec 12, 2019
by
Martin Reinecke
Browse files
update scipy version
parent
999ec805
Pipeline
#65423
passed with stages
in 26 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
43536dc4
...
...
@@ -39,7 +39,7 @@ setup(name="nifty6",
packages
=
find_packages
(
include
=
[
"nifty6"
,
"nifty6.*"
]),
zip_safe
=
True
,
license
=
"GPLv3"
,
setup_requires
=
[
'scipy'
],
setup_requires
=
[
'scipy
>=1.4
'
],
install_requires
=
[
'scipy>=1.4'
],
python_requires
=
'>=3.5'
,
classifiers
=
[
...
...
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