SpiNNakerManchester / sPyNNaker8

The PyNN 0.8 interface to sPyNNaker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version check fails in spynnaker8/setup_pynn.py

uahic opened this issue · comments

The install script spynnaker8/setup_pynn.py fails with PyNN 0.9.0 as the comparison implemented in 'version_satisfies' compares only greater than but I think it should be greater-equal as follows:

return Version(module.__version__) >= Version(requirement)

Thanks @uahic for noticing this and suggesting the fix.