From 33157aae239b274895bf5d12346a01fb8ff1db24 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 29 Aug 2024 00:14:09 +0100 Subject: [PATCH] py35-binder-dir: pin libgfortran --- tests/conda/py35-binder-dir/.binder/environment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/conda/py35-binder-dir/.binder/environment.yml b/tests/conda/py35-binder-dir/.binder/environment.yml index 1d97f90bd..01096cae0 100644 --- a/tests/conda/py35-binder-dir/.binder/environment.yml +++ b/tests/conda/py35-binder-dir/.binder/environment.yml @@ -1,3 +1,6 @@ dependencies: - python=3.5 - numpy + # Without this numpy fails to load with error + # ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory + - libgfortran=3