We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d8438 commit 4b317cdCopy full SHA for 4b317cd
1 file changed
setup.py.in
@@ -50,7 +50,7 @@ if __name__ == '__main__':
50
'tifffile',
51
'pooch',
52
'matplotlib',
53
- 'typing_extensions; python_version <= 3.10',
+ 'typing_extensions; python_version <= "3.10"',
54
],
55
)
56
0 commit comments