Browse code

add plotly dependency to test image

Joseph Weston authored on 06/12/2018 14:55:11 • Kelvin Loh committed on 15/12/2019 18:55:11
Showing 4 changed files
... ...
@@ -16,6 +16,7 @@ RUN echo "deb http://downloads.kwant-project.org/debian/ stable main" >> /etc/ap
16 16
         # all the hard Python dependencies
17 17
         python3-all-dev python3-setuptools python3-pip python3-tk python3-wheel \
18 18
         python3-numpy python3-scipy python3-matplotlib python3-sympy python3-tinyarray \
19
+        python3-plotly \
19 20
         # Additional tools for running CI
20 21
         file rsync openssh-client \
21 22
     && apt-get clean && \
... ...
@@ -14,6 +14,7 @@ RUN apt-add-repository -s ppa:kwant-project/ppa && \
14 14
         # all the hard Python dependencies
15 15
         python3-all-dev python3-setuptools python3-pip python3-tk python3-wheel \
16 16
         python3-numpy python3-scipy python3-matplotlib python3-sympy python3-tinyarray \
17
+        python3-plotly \
17 18
         # Additional tools for running CI
18 19
         file rsync openssh-client \
19 20
     && apt-get clean && \
... ...
@@ -9,6 +9,7 @@ dependencies:
9 9
     - sympy
10 10
     - matplotlib
11 11
     - qsymm
12
+    - plotly
12 13
     # Linear algebra libraraies
13 14
     - mumps
14 15
     - blas #=1.1 openblas
... ...
@@ -9,6 +9,7 @@ dependencies:
9 9
     - sympy=1.1.1
10 10
     - matplotlib=2.1.1
11 11
     - qsymm=1.2.6
12
+    - plotly=2.2.2
12 13
     # Linear algebra libraraies
13 14
     - mumps
14 15
     - blas #=1.1 openblas