Skip to content

Commit

Permalink
Test with nrn 8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Nov 26, 2024
1 parent df4dd36 commit 6cfa63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omv/engines/getnrn.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def install_neuron(version):
if not version:
if sys.version_info.major == 3:
version = "8.2.2" # for pynn 0.11.0
version = "8.2.6" # for pynn 0.11.0
else:
version = "7.6"

Expand Down

0 comments on commit 6cfa63b

Please sign in to comment.