Skip to content

Commit

Permalink
Update xsdata to 22.2 (#48)
Browse files Browse the repository at this point in the history
* Update xsdata to 22.2 

Co-authored-by: Michael Hansen <[email protected]>
  • Loading branch information
kspaceKelvin and hansenms authored Mar 4, 2022
1 parent c096ded commit b38a942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ nose==1.3.7
numpy==1.16.3
PyXB==1.2.6
six==1.12.0
xsdata==21.12
xsdata==22.2
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def to_uri(filename):

setup(
name='ismrmrd',
version='1.9.6',
version='1.9.7',
author='ISMRMRD Developers',
author_email='[email protected]',
description='Python implementation of the ISMRMRD',
Expand All @@ -70,8 +70,8 @@ def to_uri(filename):
'Operating System :: OS Independent',
'Topic :: Scientific/Engineering :: Medical Science Apps.'
],
install_requires=['xsdata==21.12', 'numpy', 'h5py>=2.3'],
setup_requires=['nose>=1.0', 'xsdata[cli]==21.12', 'jinja2 >= 2.11'],
install_requires=['xsdata>=22.2', 'numpy', 'h5py>=2.3'],
setup_requires=['nose>=1.0', 'xsdata[cli]>=22.2', 'jinja2 >= 2.11'],
test_suite='nose.collector',
cmdclass={'build_py':my_build_py}
)

0 comments on commit b38a942

Please sign in to comment.