From 2203ddc7e7615eb5fff105483787e18cc834a326 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Fri, 16 Feb 2024 15:19:05 -0800 Subject: [PATCH 1/2] Fix old test. This test used to work because SED-ML contained instructions to fix a bad model. Now, we try to load the model first before following the instructions, so loading a bad model is verbotten. I don't think loading a bad model is actually important, so I just fixed the model. --- tests/fixtures/change_initial_assignment.omex | Bin 1818 -> 1827 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/tests/fixtures/change_initial_assignment.omex b/tests/fixtures/change_initial_assignment.omex index ed8f5284578b0d34526e34997c393ff3f7720009..324c19442f7fa4dfcbbf673d9f5e6e953e88bbbb 100644 GIT binary patch delta 630 zcmV-+0*U>a4xD+9WnXDwE_iKhrBuOg z8Zi*PSL#1lz88b&A&GX0+EkTVC7}w*8F{?}Sa|J~?S;~>@7QZ#Ss*=>1M)tPXWpAP zc6R@}Qe*?xNuzT*8Vo4`Eler(GN*5^-#^{Z`^m=-nJX|3W3_+F>B{^1j1$6UG815zXnCcIr^fNk~?i5)`Sxb6MteKCigclyufH3-27jzt5v#o3MlhZRqA77T_mZn`5?)l^bXJ3q(BbG>ATpW7%!i{_s7WmYwFjdGep}=j8aEsu zzZG{=t#-4f2X{x zi+a|mXTw#4J$vTQ|1NWuF;)7}D*ob}T!@RE5?gT=xlp9$B>%&4$$ZUk7aM9n=#P4cshtwXHVCjU6L!dsb z#`@(l7T6y}voqDbPG0R;>gWq_5hkG1NSmPO+)un47UHce6r?F93+@iyb=f8NtSKAO z@h0x2`F>G>1z3DPfFz)ucIS;0D{0VmyL<0ub;VsMl&z%(FU2F@o|gX~*RS}Fu*YY? z^^H%~uP<8v{#=|Her9<9E@;fy-nQNVoEnVD!h4GAEWXFMlRyTQ4fT0YSpTU15-tJ& Q0N|721~LXq1^@s60HgXej{pDw delta 621 zcmV-z0+Ris4w??I`~!a+gzi>XhTQ%o0ssKi1pojI0001UX>D+9WnXDwE_iKhrBqFi z+At8kSL%PTd@m-Vhuu}es@|emsLUM^O{RdN$(up&{0X}pBE3N zZn*U|Xz!8*ZQ_U$SDII_bwOuepYO)_`<#utgcU6KM)`Tqn-bS>FS+_A@iQ=Uk*1S> zAaEoC5zn|aN`m3 zTXFZSRXf|1ft`RibVcS1t{jfLG#g!U+hSxTyQpM2w$lN_eok4ZR(^5IQ6NJ{Cr0hSsF26V@mwKS99NLI$>(Z!L@!%G=i2Hxlh27ju;$~*Iw>RtwUE<%< zV?PvwdDE!&1VXTqTUh}c!a`2TEW@VoFf?i6+XmN0Y7a}WbV??{QJ+?0!*V$b?2k>e zv#tk|ygIQo(HGz%sNNf-O;A+pC*B7O@g|lE(q@wdcL(kI?2>xcR2$LLCfd?YzrX@4 zz8OFg&}~S#^G1r5G^o05-@8ry<}MV<*HVL*;*sx8%m0t+S9C|%<5S> Date: Fri, 16 Feb 2024 15:19:53 -0800 Subject: [PATCH 2/2] Update requirements, workflow. --- .github/workflows/ci.yml | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0df474..9d4a62b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,10 +83,10 @@ jobs: restore-keys: | ${{ runner.os }}-pip- - - name: Install libXML2, libncurses5 + - name: Install libXML2 run: | sudo apt-get update -y - sudo apt-get install -y --no-install-recommends libxml2 libncurses5 + sudo apt-get install -y --no-install-recommends libxml2 - name: Install pip run: | diff --git a/requirements.txt b/requirements.txt index 8813121..965b78d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -biosimulators_utils[logging] >= 0.1.183 +biosimulators_utils[logging] >= 0.1.187 kisao >= 2.33 -libroadrunner >= 2.4.0 +libroadrunner >= 2.5.0 lxml numpy pandas -tellurium >= 2.2.8 +tellurium >= 2.2.10