Skip to content

Commit

Permalink
Update setups
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia authored and Stefano Moia committed Aug 13, 2023
1 parent ede1862 commit 2d24c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ author = Stefano Moia
maintainer = Stefano Moia
maintainer_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
license = Apache-2.0
description = Python library to generate regressors for and compute Cerebrovascular Reactivity and lag maps.
long_description = file:README.md
Expand All @@ -22,7 +22,7 @@ provides =
phys2cvr

[options]
python_requires = >=3.6.1
python_requires = >=3.7.0
install_requires =
numpy >=1.20.0
matplotlib >=3.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import versioneer

SETUP_REQUIRES = ["setuptools >= 65.5.1"]
SETUP_REQUIRES = ["setuptools >= 30.3.0"]
SETUP_REQUIRES += ["wheel"] if "bdist_wheel" in sys.argv else []

if __name__ == "__main__":
Expand Down

0 comments on commit 2d24c9b

Please sign in to comment.