File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=64" , " wheel " , " setuptools_scm>=8" ]
2
+ requires = [" setuptools>=64" , " setuptools_scm>=8" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[tool .setuptools_scm ]
@@ -28,23 +28,15 @@ license = {file = 'LICENSE.txt'}
28
28
classifiers = [
29
29
" License :: OSI Approved :: BSD License" ,
30
30
" 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" ,
37
31
]
38
- requires-python = " >=3.6 "
32
+ requires-python = " >=3.8 "
39
33
dependencies = [
40
- " importlib_metadata>=1.0" ,
41
34
" h5py>=2.9" ,
42
35
" numpy>=1.15" ,
43
36
" packaging>=20.4" ,
44
37
" pyqtgraph>=0.11.0rc0" ,
45
38
" qtutils>=2.2.3" ,
46
39
" scipy" ,
47
- " setuptools_scm>=4.1.0" ,
48
40
" zprocess>=2.18.0" ,
49
41
]
50
42
dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments