From 151b7eae0a4febbb6762f12dbd133940937c49f6 Mon Sep 17 00:00:00 2001 From: Felix F Zimmermann Date: Tue, 20 Feb 2024 10:07:41 +0100 Subject: [PATCH] Limit xsd version Fixes #174 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 54e2e44ed..b55ceece0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dependencies = [ "numpy>=1.23,<2.0", "torch>=2.2,<3.0", "ismrmrd", + "xsdata>=22.2,<23", "einops", "pydicom", "pypulseq@git+https://github.com/imr-framework/pypulseq",