From 77db553d5423c9f983e9f18b453dddce3aa74b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaman=20G=C3=BC=C3=A7l=C3=BC?= Date: Wed, 16 Oct 2024 14:20:43 +0200 Subject: [PATCH] Use branch "real_coord" of SymPDE --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 032ea1dda..150e6c1b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ 'pyevtk', # Our packages from PyPi - 'sympde == 0.19.0', + 'sympde @ https://github.com/pyccel/sympde/archive/refs/heads/real_coord.zip', 'pyccel >= 1.11.2', 'gelato == 0.12',