File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1414 - flake8-python-git-tag : " <4.0.0"
1515 - itk-python-git-tag : " ==v5.2.1"
1616 - pytest-python-git-tag : " <7.0.0"
17- - tensorflow-python-git-tag : " <2.7.0 "
17+ - tensorflow-python-git-tag : " "
1818
1919 steps :
2020 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 11"""Whole-slide image streamer for TensorFlow."""
22
3- __version__ = "2.1.5 "
3+ __version__ = "2.1.6 "
44
55"""
66
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "histomics_stream" ,
8- version = "2.1.5 " ,
8+ version = "2.1.6 " ,
99 author = "Lee Newberg" ,
1010 author_email = "lee.newberg@kitware.com" ,
1111 description = "A TensorFlow 2 package for reading whole slide images" ,
1717 "histomics_stream" : "histomics_stream" ,
1818 },
1919 install_requires = [
20- " tensorflow>=2.6.0,<2.7" ,
21- "itk" ,
22- "pillow" ,
20+ # tensorflow is not listed as a requirement because the user
21+ # will likely want to specify the version for compatibility
22+ # with the CUDA libraries, presence of GPUs, etc.
2323 "imagecodecs" ,
24+ "itk" ,
25+ "numpy" ,
2426 "openslide-python" ,
27+ "pillow" ,
2528 "zarr" ,
26- "napari_lazy_openslide" ,
27- "tifffile" ,
2829 ],
2930 license = "Apache Software License 2.0" ,
3031 keywords = "histomics_stream" ,
You can’t perform that action at this time.
0 commit comments