|
1 | 1 | # torch installation |
2 | 2 | --extra-index-url https://download.pytorch.org/whl/cu116; sys_platform != "darwin" |
3 | | -albumentations>=1.3.0 |
4 | | -Click>=8.1.3 |
5 | | -defusedxml>=0.7.1 |
6 | | -flask>=2.2.2 |
7 | | -glymur>=0.11.7 |
8 | | -imagecodecs>=2021.11.20 |
9 | | -jupyterlab>=3.4.8 |
10 | | -matplotlib>=3.5.3 |
11 | | -numpy>=1.21.6, <1.24 |
12 | | -opencv-python>=4.6.0 |
13 | | -openslide-python>=1.2.0 |
14 | | -pandas>=1.3.5 |
15 | | -pillow>=9.2.0 |
16 | | -pydicom>=2.3.0 # Used by wsidicom |
17 | | -pyyaml>=6.0 |
18 | | -requests>=2.28.1 |
19 | | -scikit-image>=0.19.3 |
20 | | -scikit-learn>=1.0.2 |
21 | | -scipy>=1.7.3 |
| 3 | +albumentations>=1.2.0, <=1.3.0 |
| 4 | +Click>=8.1.0, <=8.1.3 |
| 5 | +defusedxml>=0.6.0, <=0.7.1 |
| 6 | +flask>=2.2.2, <=2.2.3 |
| 7 | +glymur>=0.11.7, <=0.12.2 |
| 8 | +imagecodecs>=2021.11.20, <=2023.1.23 |
| 9 | +jupyterlab>=3.4.8, <=3.6.1 |
| 10 | +matplotlib>=3.5.3, <=3.7.0 |
| 11 | +numpy>=1.21.6, <=1.23.5 |
| 12 | +opencv-python>=4.6.0, <=4.7.0 |
| 13 | +openslide-python>=1.1.2, <=1.2.0 |
| 14 | +pandas>=1.3.5, <=1.5.3 |
| 15 | +pillow>=9.2.0, <=9.4.0 |
| 16 | +pydicom>=2.3.0, <=2.3.1 # Used by wsidicom |
| 17 | +pyyaml>=5.4, <=6.0 |
| 18 | +requests>=2.28.1, <=2.28.2 |
| 19 | +scikit-image>=0.19.0, <=0.19.3 |
| 20 | +scikit-learn>=1.0.2, <=1.2.1 |
| 21 | +scipy>=1.7.3, <=1.10.1 |
22 | 22 | shapely>=1.8.5, <2.0.0 # Remove 2.0.0 once AnnotationStore is compatible |
23 | | -SimpleITK>=2.1.1 |
24 | | -sphinx>=4.3.2 |
25 | | -tifffile>=2021.11.2 |
26 | | -torch>=1.13.0 |
27 | | -torchvision>=0.13.0 |
28 | | -tqdm>=4.64.1 |
29 | | -umap-learn>=0.5.3 |
| 23 | +SimpleITK>=2.1.1, <=2.2.1 |
| 24 | +sphinx>=4.3.2, <=6.1.3 |
| 25 | +tifffile>=2021.11.2, <=2023.2.28 |
| 26 | +torch>=1.13.0, <=1.13.1 |
| 27 | +torchvision>=0.13.0, <=0.14.1 |
| 28 | +tqdm>=4.63.0, <=4.64.1 |
| 29 | +umap-learn>=0.5.0, <0.5.3 |
30 | 30 | wsidicom>=0.3.2, <0.7.0 |
31 | | -zarr>=2.12.0 |
| 31 | +zarr>=2.12.0, <=2.14.2 |
0 commit comments