Skip to content

Commit 88907d0

Browse files
authored
ENH: Add scipy as dependency (#119)
ENH: Bump version to 2.3.2
1 parent df118b0 commit 88907d0

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

example/pytorch_stream.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"source": [
2020
"## Installation\n",
2121
"\n",
22-
"If you are running this notebook on Google Colab or another system where `histomics_stream` and its dependencies are not yet installed then they can be installed with the following commands. Note that image readers in addition to openslide are also supported by using, e.g., `large_image[openslide,ometiff,openjpeg,bioformats]` on the below pip install command line."
22+
"If you are running this notebook on Google Colab or another system where `histomics_stream` and its dependencies are not yet installed then they can be installed with the following commands. Note that image readers in addition to openslide are also supported by using, e.g., `large_image[bioformats,ometiff,openjpeg,openslide,tiff]` on the below pip install command line."
2323
]
2424
},
2525
{

example/tensorflow_stream.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"source": [
2020
"## Installation\n",
2121
"\n",
22-
"If you are running this notebook on Google Colab or another system where `histomics_stream` and its dependencies are not yet installed then they can be installed with the following commands. Note that image readers in addition to openslide are also supported by using, e.g., `large_image[openslide,ometiff,openjpeg,bioformats]` on the below pip install command line."
22+
"If you are running this notebook on Google Colab or another system where `histomics_stream` and its dependencies are not yet installed then they can be installed with the following commands. Note that image readers in addition to openslide are also supported by using, e.g., `large_image[bioformats,ometiff,openjpeg,openslide,tiff]` on the below pip install command line."
2323
]
2424
},
2525
{

histomics_stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
"""Whole-slide image streamer for machine learning frameworks."""
2020

21-
__version__ = "2.3.1"
21+
__version__ = "2.3.2"
2222

2323
"""
2424

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ classifiers = ["License :: OSI Approved :: Apache Software License"]
1313
dependencies = [
1414
"imagecodecs",
1515
"itk",
16+
"numcodecs",
1617
"numpy<1.24",
18+
"scipy",
1719
"tensorflow",
1820
"torch",
1921
"zarr",

0 commit comments

Comments
 (0)