From 2b2a651655ac81700d8832142a6dfe2c00935d92 Mon Sep 17 00:00:00 2001 From: James Kermode Date: Tue, 13 Aug 2024 14:28:13 +0100 Subject: [PATCH] update version bound on f90wrap. --- quippy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quippy/Makefile b/quippy/Makefile index 41968c538..642971366 100644 --- a/quippy/Makefile +++ b/quippy/Makefile @@ -86,7 +86,7 @@ F2PY_LINK_ARGS = $(shell ${PYTHON} -c 'import sys; print(" ".join([arg for arg i all: build f90wrap: - ${PIP} install ${QUIPPY_INSTALL_OPTS} "f90wrap>=0.2.6,<0.2.14" + ${PIP} install ${QUIPPY_INSTALL_OPTS} "f90wrap==0.2.13" clean: rm -f _quippy${EXT_SUFFIX} ${F90WRAP_FILES} ${WRAP_FPP_FILES}