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
36 stars 30 forks source link

Use development branch of libNML in requirements-dev #186

Closed pgleeson closed 2 years ago

pgleeson commented 2 years ago

Needed so that nmllite tests pass. Defaulting to master libnml means a version less than the current required version for nmllite is used.

libNML dev will always be the latest and best tested, so probably not an issue when a dev install of pynml is required

sanjayankur31 commented 2 years ago

I think we replace "master" with "development" (or "experimental") in the CI when working on the develop/experimental branches. Maybe we haven't done that for nmllite yet?

sanjayankur31 commented 2 years ago

-> https://github.com/NeuroML/pyNeuroML/blob/master/.github/workflows/ci.yml#L31

pgleeson commented 2 years ago

Closing as versions are all managed in NeuroMLlite GHA scripts now