Skip to content

Commit

Permalink
change pins
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 11, 2024
1 parent f884588 commit 18664c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ dependencies = [
legacy = ["imagecodecs"]
tiff = ["tifffile"]
test = [
"nd2[legacy]",
"nd2[tiff]",
"aicsimageio",
"aicsimageio; python_version <= '3.12'",
"dask[array]",
"imagecodecs; python_version <= '3.12'",
"lxml; python_version >= '3.9' and python_version <= '3.12'",
"numpy",
"psutil",
Expand Down
2 changes: 1 addition & 1 deletion src/nd2/tiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def position_iter(p: int) -> Iterator[np.ndarray]:
shape=shape,
dtype=nd2f.dtype,
resolution=(1 / pixelsize, 1 / pixelsize),
resolutionunit=tf.TIFF.RESUNIT.MICROMETER,
resolutionunit=tf.RESUNIT.MICROMETER,
photometric=photometric,
metadata=metadata,
description=ome_xml,
Expand Down

0 comments on commit 18664c4

Please sign in to comment.