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.
2 parents c503e72 + 0d3fc0a commit 7996ac6Copy full SHA for 7996ac6
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