Skip to content

Commit b3a14a3

Browse files
committed
..
1 parent 0c5d902 commit b3a14a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,15 @@ deps =
8686
commands_pre =
8787
python3 -m pip uninstall -y amici
8888
#python3 -m pip install git+https://github.com/AMICI-dev/amici.git@main\#egg=amici&subdirectory=python/sdist
89-
python3 -m pip install git+https://github.com/AMICI-dev/amici.git@1d0323e170054f24144b27f15d3d9407154cb393\#egg=amici&subdirectory=python/sdist
89+
python3 -m pip install git+https://github.com/AMICI-dev/amici.git@7c3536c8f7b02754e1438305bdc05a603e4c5ede\#egg=amici&subdirectory=python/sdist
9090
commands =
9191
# python3 -m pip install git+https://github.com/PEtab-dev/petab_test_suite@main
9292
python3 -m pip install git+https://github.com/PEtab-dev/petab_test_suite@c12b9dc4e4c5585b1b83a1d6e89fd22447c46d03
9393
python3 -m pip install git+https://github.com/dweindl/libpetab-python@df7107fefb41a4577b2fcad007aab1fc1e9b71e3
9494
python3 -m pip install git+https://github.com/pysb/pysb@master
9595
python3 -m pip install -U copasi-basico[petab]
96+
# log10 distrs
97+
python3 -m pip install git+https://github.com/petab-dev/libpetab-python.git@40d256d30dcb1f04613ecca81d08b96916c7876c
9698
# upgrade after installing pysb which requires an older sympy
9799
python3 -m pip install -U sympy
98100
pytest --cov=pypesto --cov-report=xml --cov-append \

0 commit comments

Comments
 (0)