Skip to content

Commit

Permalink
Update requirements, workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Feb 16, 2024
1 parent 2203ddc commit 485125d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 485125d

Please sign in to comment.