From 433a948aaacc697ee01fb50652c6acc9e69b4f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Fri, 30 Sep 2022 14:10:11 +0200 Subject: [PATCH] Pin pandas pending issue 223 (#224) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a379f6e..d5e2ebe5 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ REQUIREMENTS = [ "ecl>=2.9", "numpy", - "pandas", + "pandas<1.5.0", "pyyaml>=5.1", ]