Skip to content

Commit

Permalink
Upgrade to Python >3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sstucker committed Dec 26, 2024
1 parent 7233502 commit 2e025c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Developed and maintained by the [Boston University Neurophotonics Center](https:
## Installation
`pip install snirf`

pysnirf2 requires Python > 3.6.
pysnirf2 requires Python > 3.9.

# Features

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ def run(self):
long_description=long_description,
long_description_content_type='text/markdown',
author_email='[email protected]',
python_requires='>=3.6.0',
python_requires='>=3.9.0',
install_requires=[
'h5py>=3.1.0',
'numpy',
'numpy>2.0.0',
'setuptools',
'pip',
'termcolor',
Expand Down

0 comments on commit 2e025c9

Please sign in to comment.