Skip to content

Commit 178ac64

Browse files
authored
Merge pull request #114 from PKU-NIP-Lab/rate_models
update python version
2 parents a12fd85 + 52c6679 commit 178ac64

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BrainPy is a flexible, efficient, and extensible framework for computational neu
3030

3131
## Installation
3232

33-
BrainPy is based on Python (>=3.6) and can be installed on Linux (Ubuntu 16.04 or later), macOS (10.12 or later), and Windows platforms. Install the latest version of BrainPy:
33+
BrainPy is based on Python (>=3.7) and can be installed on Linux (Ubuntu 16.04 or later), macOS (10.12 or later), and Windows platforms. Install the latest version of BrainPy:
3434

3535
```bash
3636
$ pip install brain-py -U

docs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# -*- coding: utf-8 -*-

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author='BrainPy Team',
2828
author_email='[email protected]',
2929
packages=find_packages(),
30-
python_requires='>=3.6',
30+
python_requires='>=3.7',
3131
install_requires=[
3232
'numpy>=1.15',
3333
'jax>=0.2.10',
@@ -46,10 +46,10 @@
4646
'Operating System :: OS Independent',
4747
'Programming Language :: Python',
4848
'Programming Language :: Python :: 3',
49-
'Programming Language :: Python :: 3.6',
5049
'Programming Language :: Python :: 3.7',
5150
'Programming Language :: Python :: 3.8',
5251
'Programming Language :: Python :: 3.9',
52+
'Programming Language :: Python :: 3.10',
5353
'Intended Audience :: Science/Research',
5454
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
5555
'Topic :: Scientific/Engineering :: Bio-Informatics',

0 commit comments

Comments
 (0)