From 7fbde62372496a70f526f387cc607a4bb8b3c912 Mon Sep 17 00:00:00 2001 From: Olivier Benz Date: Sat, 31 Dec 2022 09:48:46 +0100 Subject: [PATCH] scipy: Install tables from wheel again - https://github.com/PyTables/PyTables/issues/954 --- scipy/latest.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy/latest.Dockerfile b/scipy/latest.Dockerfile index b97df27..127b2d7 100644 --- a/scipy/latest.Dockerfile +++ b/scipy/latest.Dockerfile @@ -103,7 +103,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \ sqlalchemy \ statsmodels \ sympy \ - git+https://github.com/PyTables/PyTables.git@master \ + tables \ #widgetsnbextension \ xlrd \ ## Install facets