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 716d246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest numpy
python -m pip install pytest numpy importlib-metadata
pip install -e .[compression]
env:
PYTHONPATH: $PWD
Expand Down
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': ['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 716d246

Please sign in to comment.