File tree 5 files changed +13
-7
lines changed
5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 33
33
variables :
34
34
DOCKER_DRIVER : overlay2
35
35
DOCKER_TLS_CERTDIR : " /certs"
36
- PYTHON_VERSION : " 3.10.8 "
36
+ PYTHON_VERSION : " 3.11.0 "
37
37
UPDATE_MODE : " false"
38
38
before_script :
39
39
- *before-script-build
Original file line number Diff line number Diff line change 33
33
variables :
34
34
DOCKER_DRIVER : overlay2
35
35
DOCKER_TLS_CERTDIR : " /certs"
36
- PYTHON_VERSION : " 3.10.8 "
37
- UPDATE_MODE : " false "
36
+ PYTHON_VERSION : " 3.11.0 "
37
+ UPDATE_MODE : " true "
38
38
before_script :
39
39
- *before-script-build
40
40
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
23
23
ghostscript \
24
24
qpdf \
25
25
texinfo \
26
+ # # For tables wheels
27
+ libblosc-dev \
28
+ libbz2-dev \
29
+ libhdf5-dev \
30
+ liblzo2-dev \
26
31
&& if [ ${dpkgArch} = "amd64" ]; then \
27
32
# # Install quarto
28
33
curl -sLO https://github.com/quarto-dev/quarto-cli/releases/download/v${QUARTO_VERSION}/quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz; \
@@ -76,7 +81,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
76
81
# ipympl \
77
82
# ipywidgets \
78
83
matplotlib \
79
- numba \
84
+ # numba \
80
85
numexpr \
81
86
numpy \
82
87
pandas \
@@ -87,9 +92,9 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
87
92
scipy \
88
93
seaborn \
89
94
sqlalchemy \
90
- statsmodels \
95
+ git+https://github.com/ statsmodels/statsmodels.git@main \
91
96
sympy \
92
- tables \
97
+ git+https://github.com/PyTables/PyTables.git@master \
93
98
# widgetsnbextension \
94
99
xlrd \
95
100
# # Install facets
Original file line number Diff line number Diff line change 33
33
variables :
34
34
DOCKER_DRIVER : overlay2
35
35
DOCKER_TLS_CERTDIR : " /certs"
36
- PYTHON_VERSION : " 3.10.8 "
36
+ PYTHON_VERSION : " 3.11.0 "
37
37
before_script :
38
38
- *before-script-build
39
39
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ RUN apt-get update \
36
36
${BLAS} \
37
37
locales \
38
38
netbase \
39
+ pkg-config \
39
40
tzdata \
40
41
unzip \
41
42
zip \
You can’t perform that action at this time.
0 commit comments