diff --git a/Dockerfile-brian2 b/Dockerfile-brian2 index 31f41d6..5aa3b9c 100644 --- a/Dockerfile-brian2 +++ b/Dockerfile-brian2 @@ -1,8 +1,8 @@ # Base OS FROM ghcr.io/biosimulators/biosimulators_pyneuroml/pyneuroml:latest -ARG VERSION=0.0.14 -ARG SIMULATOR_VERSION="2.4.2" +ARG VERSION=0.0.15 +ARG SIMULATOR_VERSION="2.5.0.1" # metadata LABEL \ diff --git a/Dockerfile-netpyne b/Dockerfile-netpyne index 594560a..acfdfa5 100644 --- a/Dockerfile-netpyne +++ b/Dockerfile-netpyne @@ -1,7 +1,7 @@ # Base OS FROM ghcr.io/biosimulators/biosimulators_pyneuroml/neuron:latest -ARG VERSION=0.0.14 +ARG VERSION=0.0.15 ARG SIMULATOR_VERSION="1.0.0.2" # metadata diff --git a/Dockerfile-neuron b/Dockerfile-neuron index 8952c96..8e40a9a 100644 --- a/Dockerfile-neuron +++ b/Dockerfile-neuron @@ -1,7 +1,7 @@ # Base OS FROM ghcr.io/biosimulators/biosimulators_pyneuroml/pyneuroml:latest -ARG VERSION=0.0.14 +ARG VERSION=0.0.15 ARG SIMULATOR_VERSION="8.0.0" # metadata diff --git a/Dockerfile-pyneuroml b/Dockerfile-pyneuroml index 1cbc9b4..4432190 100644 --- a/Dockerfile-pyneuroml +++ b/Dockerfile-pyneuroml @@ -1,7 +1,7 @@ # Base OS FROM python:3.9-slim-buster -ARG VERSION=0.0.14 +ARG VERSION=0.0.15 ARG SIMULATOR_VERSION="0.5.18" # metadata diff --git a/biosimulators-brian2.json b/biosimulators-brian2.json index ad326a0..7975129 100644 --- a/biosimulators-brian2.json +++ b/biosimulators-brian2.json @@ -1,14 +1,14 @@ { "id": "brian2", "name": "Brian 2", - "version": "2.4.2", + "version": "2.5.0.1", "description": "Clock-driven simulator for spiking neural networks", "urls": [{ "type": "Home page", "url": "https://briansimulator.org" }], "image": { - "url": "ghcr.io/biosimulators/biosimulators_pyneuroml/brian2:2.4.2", + "url": "ghcr.io/biosimulators/biosimulators_pyneuroml/brian2:2.5.0.1", "format": { "namespace": "EDAM", "id": "format_3973", diff --git a/biosimulators_pyneuroml/_version.py b/biosimulators_pyneuroml/_version.py index 4bfdfc6..8ecd910 100644 --- a/biosimulators_pyneuroml/_version.py +++ b/biosimulators_pyneuroml/_version.py @@ -1 +1 @@ -__version__ = '0.0.14' +__version__ = '0.0.15' diff --git a/requirements.txt b/requirements.txt index 8a1df88..2fdf1c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -biosimulators_utils[neuroml,lems,logging] >= 0.1.143 +biosimulators_utils[neuroml,lems,logging] >= 0.1.147 kisao lxml numpy psutil -pyneuroml >= 0.5.18 +pyneuroml >= 0.5.18, < 0.5.19