Skip to content

Commit

Permalink
Limit xsd version (#177)
Browse files Browse the repository at this point in the history
* Limit xsd version

Fixes #174

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fzimmermann89 and github-actions[bot] authored Feb 20, 2024
1 parent cf16e0f commit 699d700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 699d700

Please sign in to comment.