Skip to content

Commit

Permalink
release(5.0.0): drop cloudvolume, add osteoid, fix infinity, fix_bran…
Browse files Browse the repository at this point in the history
…ches
  • Loading branch information
william-silversmith committed Feb 26, 2025
1 parent b5531a1 commit 0de8320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags:
- '*'
env:
CIBW_SKIP: pp* *-musllinux*
CIBW_SKIP: pp* *-musllinux* cp36* cp37* cp38*

jobs:
build_wheels:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(fname):

setuptools.setup(
name="kimimaro",
version="4.1.2",
version="5.0.0",
setup_requires=["numpy", "cython"],
install_requires=[
"click",
Expand All @@ -40,7 +40,7 @@ def read(fname):
extras_require={
'tif': [ 'tifffile' ],
},
python_requires=">=3.8.0,<4.0.0",
python_requires=">=3.9.0,<4.0.0",
ext_modules=[
setuptools.Extension(
'kimimaro.skeletontricks',
Expand Down

0 comments on commit 0de8320

Please sign in to comment.