From 6d6d8e34e6399816cd453ad1c99439fbdbd20688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaman=20G=C3=BC=C3=A7l=C3=BC?= Date: Tue, 29 Aug 2023 11:10:22 +0200 Subject: [PATCH] Pin Pyccel version to 1.8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2abd9c82c..62281a3e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ # Our packages from PyPi 'sympde == 0.18.0', - 'pyccel >= 1.8.1', + 'pyccel == 1.8.1', 'gelato == 0.12', # Alternative backend to Pyccel is Numba