Skip to content

Commit

Permalink
Depend on Brian 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jun 6, 2024
1 parent 36a7bd1 commit 22a977c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name = "Brian2Cuda"
authors = [
{name = 'Denis Alevi'},
{name = 'Moritz Augustin'},
{name ='Marcel Stimberg'}
{name = 'Marcel Stimberg'}
]
requires-python = '>=3.9'
requires-python = '>=3.10'
dependencies = [
'brian2==2.6.0',
'brian2==2.7.0',
]
dynamic = ["version", "readme"]
description = 'A Brian2 extension to simulate spiking neural networks on GPUs'
Expand Down Expand Up @@ -52,4 +52,3 @@ requires = [
"setuptools_scm[toml]>=6.2"
]
build-backend = "setuptools.build_meta"

0 comments on commit 22a977c

Please sign in to comment.