diff --git a/binder/requirements.txt b/binder/requirements.txt index e10958814..928dafb62 100755 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -244,9 +244,7 @@ traitlets==5.14.0 triton==2.2.0 # via torch typing-extensions==4.8.0 - # via - # torch - # xsdata + # via torch urllib3==2.1.0 # via requests wcwidth==0.2.12 @@ -255,8 +253,10 @@ wget==3.2 # via zenodo-get wheel==0.42.0 # via pip-tools -xsdata==23.8 - # via ismrmrd +xsdata==22.12 + # via + # ismrmrd + # mrpro (pyproject.toml) zenodo-get==1.5.1 # via mrpro (pyproject.toml) 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",