NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
34 stars 30 forks source link

Remove argparse dependency #244

Closed pgleeson closed 11 months ago

pgleeson commented 11 months ago

@sanjayankur31 Think this came up before, but argparse is not required as an explicit dependency in recent versions of python, as it's a core package now. I had some issues locally if the old package gets installed.