Skip to content

Commit 1df486b

Browse files
Try python 3.11
1 parent e598d54 commit 1df486b

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Python
99
uses: actions/setup-python@v5
1010
with:
11-
python-version: '3.10'
11+
python-version: '3.11'
1212
- name: Install
1313
run: |
1414
pip install --upgrade pip

requirements.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
biomodels_qc
22
biosimulators_utils
3-
build
43
brotli
5-
coverage
64
gmpy2
7-
jupyterlab
85
matplotlib
96
nbconvert
10-
nose2
117
numpy
128
pandas
139
pandoc
1410
phrasedml
15-
pip
1611
pylint
1712
python-libsbml
18-
requests
19-
setuptools
2013
sbmlxdf
21-
tabulate
14+
setuptools
2215
tellurium>=2.2.13
2316
toml
24-
twine
2517
urllib3

0 commit comments

Comments
 (0)