-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from Dana-Farber-AIOS/release-1.0.2
Release v1.0.2
- Loading branch information
Showing
13 changed files
with
59 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="pathml", | ||
version="1.0.1", | ||
version="1.0.2", | ||
author="Jacob Rosenthal, Ryan Carelli et al.", | ||
author_email="[email protected]", | ||
description="Tools for computational pathology", | ||
|
@@ -17,26 +17,24 @@ | |
"Source Code": "https://github.com/Dana-Farber-AIOS/pathml", | ||
}, | ||
install_requires=[ | ||
"pip==21.2.2", | ||
"numpy>=1.16.4,<1.19.0", | ||
"pandas==1.1.5", | ||
"scipy==1.5.4", | ||
"pip", | ||
"numpy>=1.16.4", | ||
"pandas", | ||
"scipy", | ||
"scikit-image", | ||
"statsmodels==0.12.2", | ||
"matplotlib==3.1.3", | ||
"openslide-python==1.1.2", | ||
"pydicom==2.1.2", | ||
"h5py==3.1.0", | ||
"spams==2.6.2.5", | ||
"scikit-learn==0.24.2", | ||
"dask[distributed]==2021.7.1", | ||
"anndata==0.7.6", | ||
"scanpy==1.7.2", | ||
"pre-commit==2.13.0", | ||
"torch==1.9.0", | ||
"opencv-contrib-python==4.5.3.56", | ||
"tensorly==0.6.0", | ||
"python-bioformats==4.0.0", | ||
"statsmodels", | ||
"matplotlib", | ||
"openslide-python", | ||
"pydicom", | ||
"h5py", | ||
"spams", | ||
"scikit-learn", | ||
"dask[distributed]", | ||
"anndata>=0.7.6", | ||
"scanpy", | ||
"torch", | ||
"opencv-contrib-python", | ||
"python-bioformats", | ||
], | ||
classifiers=[ | ||
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters