File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=64" , " wheel " , " setuptools_scm>=8" ]
2+ requires = [" setuptools>=64" , " setuptools_scm>=8" ]
33build-backend = " setuptools.build_meta"
44
55[tool .setuptools_scm ]
@@ -28,23 +28,15 @@ license = {file = 'LICENSE.txt'}
2828classifiers = [
2929 " License :: OSI Approved :: BSD License" ,
3030 " Programming Language :: Python :: 3 :: Only" ,
31- " Programming Language :: Python :: 3.6" ,
32- " Programming Language :: Python :: 3.7" ,
33- " Programming Language :: Python :: 3.8" ,
34- " Programming Language :: Python :: 3.9" ,
35- " Programming Language :: Python :: 3.10" ,
36- " Programming Language :: Python :: 3.11" ,
3731]
38- requires-python = " >=3.6 "
32+ requires-python = " >=3.8 "
3933dependencies = [
40- " importlib_metadata>=1.0" ,
4134 " h5py>=2.9" ,
4235 " numpy>=1.15" ,
4336 " packaging>=20.4" ,
4437 " pyqtgraph>=0.11.0rc0" ,
4538 " qtutils>=2.2.3" ,
4639 " scipy" ,
47- " setuptools_scm>=4.1.0" ,
4840 " zprocess>=2.18.0" ,
4941]
5042dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments