NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
275 stars 125 forks source link

Switch to pyproject.toml #777

Closed apdavison closed 1 year ago

apdavison commented 1 year ago

Functionality for building NEURON and NEST extensions moved out of setup.py into the individual backends, which means the compilation will happen at run time, not install time. This could be changed if it causes problems.

apdavison commented 1 year ago

failed tests do not seem to be related to the changes in the PR