From eb4b767bd6fea2f23fb142fe93c99dc2e23d5d0f Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Fri, 19 Sep 2025 15:33:40 +0200 Subject: [PATCH] add .binder/apt.txt with instruction to install gfortran for DustPy --- .binder/apt.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .binder/apt.txt diff --git a/.binder/apt.txt b/.binder/apt.txt new file mode 100644 index 00000000..f18c7754 --- /dev/null +++ b/.binder/apt.txt @@ -0,0 +1 @@ +gfortran # for DustPy