Skip to content

Commit 7a86572

Browse files
committed
Update setup.py
1 parent d7da27a commit 7a86572

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
readme = readme_file.read()
55

66
requirements = [
7-
'girder>=3.0.0a1'
7+
'girder>=5.0.0a2'
88
]
99

1010
setup(
@@ -22,23 +22,23 @@
2222
],
2323
description='Perform active learning with superpixel classification.',
2424
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',
2929
],
3030
license='Apache Software License 2.0',
3131
long_description=readme,
3232
long_description_content_type='text/x-rst',
3333
include_package_data=True,
3434
keywords='girder-plugin, wsi_superpixel_guided_labeling',
3535
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',
3737
version='0.1.0',
3838
zip_safe=False,
3939
entry_points={
4040
'girder.plugin': [
41-
'wsi_superpixel_guided_labeling = wsi_superpixel_guided_labeling:GirderPlugin'
41+
'wsi_superpixel_guided_labeling = wsi_superpixel_guided_labeling:WSISuperpixelGuidedLabelingPlugin'
4242
]
4343
}
4444
)

0 commit comments

Comments
 (0)