Skip to content

Commit

Permalink
fix: add constraint to not use pyneuroml 0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 16, 2021
1 parent 1692c52 commit 1b69d5b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-brian2
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-netpyne
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-neuron
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-pyneuroml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions biosimulators-brian2.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_pyneuroml/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.14'
__version__ = '0.0.15'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1b69d5b

Please sign in to comment.