Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Apr 15, 2024
1 parent 87bb3fd commit befdc8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ requires = [
"zarr>=2.6.1",
"scyjava",
"jpype1",
"tifffile>=2022.8.12"
"tifffile>=2022.8.12",
"bfiocpp"
]
build-backend = "setuptools.build_meta"

Expand All @@ -25,7 +26,8 @@ dependencies = [
"zarr>=2.6.1",
"scyjava",
"jpype1",
"tifffile>=2022.8.12"
"tifffile>=2022.8.12",
"bfiocpp"
]

description = "Simple reading and writing classes for tiled tiffs using Bio-Formats."
Expand Down

0 comments on commit befdc8c

Please sign in to comment.