File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
os : [ubuntu-latest, macos-latest, windows-latest]
23
- python-version : [3.6, 3.7, 3.8]
23
+ python-version : [3.6, 3.7, 3.8, 3.9 ]
24
24
25
25
steps :
26
26
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ install_requires =
63
63
pandas ~=1.0
64
64
pydantic ~=1.6
65
65
python-libsbml ==5.19.0
66
- rich ~ =8.0
66
+ rich > =8.0
67
67
ruamel.yaml ~=0.16
68
68
swiglpk
69
69
tests_require =
Original file line number Diff line number Diff line change @@ -7,25 +7,26 @@ python =
7
7
3.6: isort, black, safety, py36
8
8
3.7: safety, py37
9
9
3.8: safety, py38
10
+ 3.9: safety, py39
10
11
11
12
[testenv]
12
13
extras =
13
14
array
14
15
deps =
16
+ jsonschema
17
+ osqp~=0.6
15
18
pytest
16
19
pytest-benchmark
17
20
pytest-cov
18
21
pytest-mock
19
22
pytest-raises
20
- jsonschema
21
- osqp~=0.6.0
22
23
commands =
23
24
pytest --cov =cobra --cov-report =term {posargs: --benchmark-skip}
24
25
25
26
[testenv:isort]
26
27
skip_install = True
27
28
deps =
28
- isort >=5.0.5,<6
29
+ isort
29
30
commands =
30
31
isort --check-only --diff {toxinidir}/src/cobra {toxinidir}/setup.py
31
32
You can’t perform that action at this time.
0 commit comments