unibe-cns / NEAT

NEAT (NEural Analysis Toolkit)
Other
12 stars 15 forks source link

Do not require numpy prior to installation #88

Closed jakobj closed 4 years ago

jakobj commented 4 years ago

By delayed the execution of the import numpy statement we can let pip install numpy before we need it to build the extension.

fixes #64

WillemWybo commented 4 years ago

Seems to install correctly. Didn't test without numpy pre-installed though.