Skip to content

Commit

Permalink
switch to new blosc major version blosc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Mar 26, 2024
1 parent eb2f51f commit d467c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def extensions():
'packages': find_packages(exclude=['examples', 'tests']),
'setup_requires': s_required,
'install_requires': i_required,
'extras_require': {'compression': ['blosc', 'pyzfp']},
'extras_require': {'compression': ['importlib-metadata', 'blosc2', 'pyzfp']},
'ext_modules': lazy_cythonize(extensions),
'version': versioneer.get_version(),
'cmdclass': versioneer.get_cmdclass(),
Expand All @@ -52,7 +52,7 @@ def extensions():
'long_description_content_type': 'text/markdown',
'url': 'https://github.com/opesci/pyrevolve/',
'author': "Imperial College London",
'author_email': 'opesci@imperial.ac.uk',
'author_email': 'g.gorman@imperial.ac.uk',
'license': 'MIT',
'zip_safe': False
}
Expand Down

0 comments on commit d467c8a

Please sign in to comment.