Skip to content
Snippets Groups Projects
Commit e41576dd authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

Pin EXtra-data version

parent 2ffd2018
No related branches found
No related tags found
No related merge requests found
...@@ -50,9 +50,12 @@ setup( ...@@ -50,9 +50,12 @@ setup(
python_requires='>=3.8', python_requires='>=3.8',
install_requires=[ install_requires=[
'extra_data>=1.13',
# These are pulled in by EXtra-data but listed here for
# completeness until they may require pinning.
'packaging', 'packaging',
'h5py', 'h5py',
'extra_data',
], ],
extras_require={ extras_require={
'glance': ['uniplot'], 'glance': ['uniplot'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment