nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
46 stars 45 forks source link

Add pandas dependency to the build workflow #910

Closed pnbabu closed 1 year ago

pnbabu commented 1 year ago

The NEST SONATA PR has introduced a pandas dependency due to which the import nest fails resulting in a CI error. This PR adds pandas to the CI workflow.