Skip to content

Commit

Permalink
Avoid numpy 2
Browse files Browse the repository at this point in the history
The Brian version we depend on is not yet numpy 2 compatible
  • Loading branch information
mstimberg committed Sep 4, 2024
1 parent 9cb3c8a commit 903d2ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ authors = [
requires-python = '>=3.9'
dependencies = [
'brian2>=2.5.0.2,<2.6',
'setuptools>=61'
'setuptools>=61',
'numpy<2'
]
dynamic = ["version", "readme"]
description = 'An interface to use the GeNN framework as a device in Brian 2'
Expand Down

0 comments on commit 903d2ab

Please sign in to comment.