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