We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95c93d commit a8d05f7Copy full SHA for a8d05f7
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='itk-texturefeatures',
15
- version='3.2.2',
+ version='3.3.0',
16
author='Insight Software Consortium',
17
author_email='community@itk.org',
18
packages=['itk'],
@@ -48,6 +48,6 @@
48
keywords='ITK InsightToolkit glcm texture features image imaging',
49
url=r'https://itk.org/',
50
install_requires=[
51
- r'itk>=5.0.0.post1'
+ r'itk>=5.1.0'
52
]
53
)
0 commit comments