Skip to content

Commit

Permalink
Update Cython dependency
Browse files Browse the repository at this point in the history
Cython 0.29.21 is the oldest version that comes with wheels for Python 3.9
  • Loading branch information
mstimberg committed Sep 18, 2023
1 parent cbfb3c7 commit aa11e2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ Dependencies
------------
The following packages need to be installed to use Brian 2 (cf. `setup.py <setup.py>`_):

* Python >= 3.7
* NumPy >=1.17
* Python >= 3.9
* NumPy >=1.21
* SymPy >= 1.2
* Cython >= 0.29
* Cython >= 0.29.21
* PyParsing
* Jinja2 >= 2.7
* setuptools >= 24.2
* setuptools >= 61
* py-cpuinfo (only required on Windows)

For full functionality, you might also want to install:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
requires-python = '>=3.9'
dependencies = [
'numpy>=1.21',
'cython>=0.29',
'cython>=0.29.21',
'sympy>=1.2',
'pyparsing',
'jinja2>=2.7',
Expand Down

0 comments on commit aa11e2b

Please sign in to comment.