Skip to content

Commit b38a942

Browse files
Update xsdata to 22.2 (#48)
* Update xsdata to 22.2 Co-authored-by: Michael Hansen <[email protected]>
1 parent c096ded commit b38a942

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ nose==1.3.7
33
numpy==1.16.3
44
PyXB==1.2.6
55
six==1.12.0
6-
xsdata==21.12
6+
xsdata==22.2

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def to_uri(filename):
5555

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

0 commit comments

Comments
 (0)