We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad88112 commit 03c0d28Copy full SHA for 03c0d28
omv/engines/getpynn.py
@@ -7,7 +7,7 @@
7
8
def install_pynn(version=None):
9
if not version:
10
- version = "0.11.0"
+ version = "0.12.4"
11
12
try:
13
# pip_install('lazyarray') # This should ideally be automatically installed with PyNN...
0 commit comments