Skip to content

Commit

Permalink
release(4.22.1): fixes downsampling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 11, 2024
1 parent 92fd232 commit f64bfa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion igneous_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def compute_bounds(path, mip, xrange, yrange, zrange):

@click.group()
@click.option("-p", "--parallel", default=1, help="Run with this number of parallel processes. If 0, use number of cores.")
@click.version_option(version="4.22.0")
@click.version_option(version="4.22.1")
@click.pass_context
def main(ctx, parallel):
"""
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ tinybrain
task-queue>=2.4.0
tqdm
trimesh[easy]
xs3d>=0.2.0
xs3d>=1.2.0
zmesh>=1.4,<2.0

0 comments on commit f64bfa6

Please sign in to comment.