From d33d33ae6b8a77b95f2dd74bc264ffd34b26aa4f Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Sat, 29 Jun 2024 12:54:35 -0400 Subject: [PATCH] Update requirements.txt SWIG 4.1.x started to fail due to some newish C++ feature used in MFEM --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9cec7b99..bdbee4f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ numpy >= 1.20.0, < 2.0.0 numba numba-scipy scipy -swig >= 4.1.1 +swig >= 4.2.1 cmake