You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amici = "<=0.11.21"# avoid latest version because this requires SymPy >= 1.9 and CBMPy can't handle this because it (a) no version > 1.9 is available and (b) CBMpy can't handle versions of SymPy that don't have microversion numbers
12
-
biosimulators-amici = ">=0.1.21"
12
+
biosimulators-amici = ">=0.1.22"
13
13
# BioNetGen
14
-
biosimulators-bionetgen = ">=0.1.19"
14
+
biosimulators-bionetgen = ">=0.1.20"
15
15
# BoolNet
16
16
biosimulators-boolnet = ">=0.1.18"
17
17
# CBMPy
18
18
sympy = "!=1.8,!=1.9"# avoid versions without microversion numbers because CBMPy can't handle versions with only major and minor numbers
19
19
biosimulators-cbmpy = ">=0.1.14"
20
20
# COBRApy
21
-
biosimulators-cobrapy = ">=0.1.21"
21
+
biosimulators-cobrapy = ">=0.1.23"
22
22
# COPASI
23
23
biosimulators-copasi = ">=0.1.34"
24
24
# GillesPy2
25
-
biosimulators-gillespy2 = ">=0.1.35"
25
+
biosimulators-gillespy2 = ">=0.1.37"
26
26
# GINsim
27
27
biosimulators-ginsim = ">=0.0.9"
28
28
# LibSBMLSim
29
29
biosimulators-libsbmlsim = ">=0.0.6"
30
30
# MASSpy
31
-
biosimulators-masspy = ">=0.0.6"
31
+
biosimulators-masspy = ">=0.0.9"
32
32
# PySCeS
33
33
cython = "<3"# to avoid prelease
34
-
# assimulo = {version = ">=3.2.8", ref = "Assimulo-3.2.8", git = "https://github.com/modelon-community/Assimulo.git"} # commented out because pipenv can't install assimulo; see https://github.com/pypa/pipenv/issues/4768
34
+
# assimulo = {version = ">=3.2.9", ref = "Assimulo-3.2.9", git = "https://github.com/modelon-community/Assimulo.git"} # commented out because pipenv can't install assimulo; see https://github.com/pypa/pipenv/issues/4768
0 commit comments