|
4 | 4 | readme = readme_file.read() |
5 | 5 |
|
6 | 6 | requirements = [ |
7 | | - 'girder>=3.0.0a1' |
| 7 | + 'girder>=5.0.0a2' |
8 | 8 | ] |
9 | 9 |
|
10 | 10 | setup( |
|
22 | 22 | ], |
23 | 23 | description='Perform active learning with superpixel classification.', |
24 | 24 | install_requires=[ |
25 | | - 'histomicsui', |
26 | | - 'large_image[tiff,openslide,memcached,openjpeg,converter]>=1.20.6', |
27 | | - 'girder-large-image-annotation>=1.20.6', |
28 | | - 'girder-slicer-cli-web>=1.2.3', |
| 25 | + 'histomicsui @ git+https://github.com/DigitalSlideArchive/HistomicsUI.git@girder-5', |
| 26 | + 'large_image[tiff,openslide,memcached,openjpeg,converter]==1.32.2a115', |
| 27 | + 'girder-large-image-annotation>=1.32.2a115', |
| 28 | + # 'girder-slicer-cli-web>=1.2.3', |
29 | 29 | ], |
30 | 30 | license='Apache Software License 2.0', |
31 | 31 | long_description=readme, |
32 | 32 | long_description_content_type='text/x-rst', |
33 | 33 | include_package_data=True, |
34 | 34 | keywords='girder-plugin, wsi_superpixel_guided_labeling', |
35 | 35 | packages=find_packages(exclude=['test', 'test.*']), |
36 | | - url='https://github.com/DigitalSlideArchive/wsi_superpixel_guided_labeling', |
| 36 | + url='https://github.com/DigitalSlideArchive/wsi-superpixel-guided-labeling', |
37 | 37 | version='0.1.0', |
38 | 38 | zip_safe=False, |
39 | 39 | entry_points={ |
40 | 40 | 'girder.plugin': [ |
41 | | - 'wsi_superpixel_guided_labeling = wsi_superpixel_guided_labeling:GirderPlugin' |
| 41 | + 'wsi_superpixel_guided_labeling = wsi_superpixel_guided_labeling:WSISuperpixelGuidedLabelingPlugin' |
42 | 42 | ] |
43 | 43 | } |
44 | 44 | ) |
0 commit comments