Skip to content

Commit c4a8298

Browse files
committed
Fix visualization dependencies
1 parent 583b327 commit c4a8298

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

python/sdist/setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ test =
5252
pytest-rerunfailures
5353
coverage
5454
shyaml
55-
vis = matplotlib
55+
vis =
56+
matplotlib
57+
seaborn
5658

5759
[options.package_data]
5860
amici =

scripts/installAmiciSource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ pip install -U "setuptools<64"
3131
pip install --upgrade pip wheel
3232
pip install --upgrade pip scipy matplotlib coverage pytest \
3333
pytest-cov cmake_build_extension numpy
34-
pip install --verbose -e ${AMICI_PATH}/python/sdist[petab,test,pysb] --no-build-isolation
34+
pip install --verbose -e ${AMICI_PATH}/python/sdist[petab,test,pysb,vis] --no-build-isolation
3535
deactivate

0 commit comments

Comments
 (0)