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
NIFTy
Commits
bd57f855
Commit
bd57f855
authored
May 18, 2020
by
Martin Reinecke
Browse files
Merge branch 'increase_python_version' into 'NIFTy_6'
Increase python version See merge request
!466
parents
d843e7d1
c02271a6
Pipeline
#75093
passed with stages
in 35 minutes and 8 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bd57f855
Changes since NIFTy 5:
Minimum Python version increased to 3.6
=======================================
FFT convention adjusted
=======================
...
...
README.md
View file @
bd57f855
...
...
@@ -45,7 +45,7 @@ Installation
### Requirements
-
[
Python 3
](
https://www.python.org/
)
(
3.
5
.x
or later)
-
[
Python 3
](
https://www.python.org/
)
(
3.
6
.x
or later)
-
[
SciPy
](
https://www.scipy.org/
)
Optional dependencies:
...
...
setup.py
View file @
bd57f855
...
...
@@ -41,7 +41,7 @@ setup(name="nifty6",
license
=
"GPLv3"
,
setup_requires
=
[
'scipy>=1.4.1'
,
'numpy>=1.17'
],
install_requires
=
[
'scipy>=1.4.1'
,
'numpy>=1.17'
],
python_requires
=
'>=3.
5
'
,
python_requires
=
'>=3.
6
'
,
classifiers
=
[
"Development Status :: 4 - Beta"
,
"Topic :: Utilities"
,
...
...
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