Skip to content

Commit

Permalink
Merge pull request #42 from pietrodelugas/temp_fix_for_xmlschema_API
Browse files Browse the repository at this point in the history
restrict xmlschema versions to <=2.3.x
  • Loading branch information
pietrodelugas authored Feb 27, 2024
2 parents c25b8ae + a516edc commit 0ac5a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ setuptools
tox>=4.0
flake8
coverage
xmlschema>=1.6.4
xmlschema>=1.6.4<=2.3.99
pyyaml
numpy
h5py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup(
name='qeschema',
version='1.5.0',
install_requires=['xmlschema>=1.6.4', 'numpy'],
install_requires=['xmlschema>=1.6.4,<2.4.0', 'numpy'],
extras_require={
'HDF5': ['h5py'],
'YAML': ['pyyaml'],
Expand Down

0 comments on commit 0ac5a13

Please sign in to comment.