File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ This documentation includes:
7171Dependencies
7272------------
7373
74- FOOOF is written in Python, and requires Python >= 3.5 to run.
74+ FOOOF is written in Python, and requires Python >= 3.6 to run.
7575
7676It has the following required dependencies:
7777
Original file line number Diff line number Diff line change 2020 version = __version__ ,
2121 description = 'fitting oscillations & one-over f' ,
2222 long_description = long_description ,
23- python_requires = '>=3.5 ' ,
23+ python_requires = '>=3.6 ' ,
2424 author = 'The Voytek Lab' ,
2525 author_email = 'voyteklab@gmail.com' ,
2626 maintainer = 'Thomas Donoghue' ,
3838 'Operating System :: POSIX' ,
3939 'Operating System :: Unix' ,
4040 'Programming Language :: Python' ,
41- 'Programming Language :: Python :: 3.5' ,
4241 'Programming Language :: Python :: 3.6' ,
4342 'Programming Language :: Python :: 3.7' ,
4443 'Programming Language :: Python :: 3.8' ,
You can’t perform that action at this time.
0 commit comments