From c54f346ba3f0789ad6c12b2ec4cd46e38da32833 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Tue, 24 Oct 2023 16:16:30 -0400 Subject: [PATCH] [build] py312 add setuptools and meson as explicit dep for f2py --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index f1c7dff8..0f53f02b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,5 @@ mako numpy scipy +meson +setuptools