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
FSL
fslpy
Commits
1bbaf02d
Commit
1bbaf02d
authored
May 26, 2021
by
Paul McCarthy
🚵
Browse files
MNT: remove dataclasses backport, specify python_requires
parent
800fd87e
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements.txt
View file @
1bbaf02d
...
@@ -2,4 +2,3 @@ h5py>=2.9
...
@@ -2,4 +2,3 @@ h5py>=2.9
nibabel
>=2.4
nibabel
>=2.4
numpy
>=1
numpy
>=1
scipy
>=0.18
scipy
>=0.18
dataclasses
setup.py
View file @
1bbaf02d
...
@@ -93,6 +93,7 @@ setup(
...
@@ -93,6 +93,7 @@ setup(
author
=
'Paul McCarthy'
,
author
=
'Paul McCarthy'
,
author_email
=
'pauldmccarthy@gmail.com'
,
author_email
=
'pauldmccarthy@gmail.com'
,
license
=
'Apache License Version 2.0'
,
license
=
'Apache License Version 2.0'
,
python_requires
=
'>=3.7'
,
classifiers
=
[
classifiers
=
[
'Development Status :: 3 - Alpha'
,
'Development Status :: 3 - Alpha'
,
...
...
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