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 3fde3c8 commit 0d3fc0aCopy full SHA for 0d3fc0a
setup.py.in
@@ -40,6 +40,7 @@ if __name__ == '__main__':
40
'Topic :: Multimedia :: Graphics :: 3D Rendering',
41
'Topic :: Scientific/Engineering :: Visualization',
42
],
43
+ python_requires = '>=3.10',
44
install_requires = [
45
'numpy',
46
'numpngw >=0.1.4, <0.2',
@@ -49,7 +50,7 @@ if __name__ == '__main__':
49
50
'tifffile',
51
'pooch',
52
'matplotlib',
- 'typing_extensions', # required for Python 3.10
53
+ 'typing_extensions; python_version <= "3.10"',
54
55
)
56
0 commit comments