From f0fa83ea840c4966e0e468b992ed34184f57c0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kvalsvik?= Date: Fri, 12 Oct 2018 16:04:27 +0200 Subject: [PATCH] Require segyio 1.7.1 https://github.com/Statoil/segyio/pull/307 fixes depth slices having wrong shape, and will be a part of the 1.7.1 release. Since we rely on that behaviour for non-square volumes, we need to upgrade the minimum requirement. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17703b6..60f89c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -segyio +segyio >= 1.7.1 numpy matplotlib