Skip to content

Commit

Permalink
tweaked PyGeNN required version as 4.8.0 support for neuron reduction…
Browse files Browse the repository at this point in the history
…s is required
  • Loading branch information
neworderofjamie committed Mar 7, 2023
1 parent 3723622 commit 729f488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ml_genn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
packages=find_packages(),

python_requires=">=3.7.0",
install_requires=["pygenn>=4.7.0",
install_requires=["pygenn>=4.8.0",
"enum-compat",
"tqdm"])
2 changes: 1 addition & 1 deletion ml_genn_tf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="ml_genn_tf",
version="1.0.0",
version="2.0.0",
packages=find_packages(),

python_requires=">=3.7.0",
Expand Down

0 comments on commit 729f488

Please sign in to comment.