Skip to content
Snippets Groups Projects

3.7 to 3.10 compatibility

+ 0
1
@@ -343,7 +343,6 @@ def setup_package():
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering'
],
requires-python = '<=3.10',
install_requires=['scipy>=0.18', 'numpy>=1.8', 'matplotlib>=1.4', 'six>=1.10'],
)
Loading