File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
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 ]
@@ -25,16 +25,9 @@ license = {file = 'LICENSE.txt'}
25
25
classifiers = [
26
26
" License :: OSI Approved :: BSD License" ,
27
27
" Programming Language :: Python :: 3 :: Only" ,
28
- " Programming Language :: Python :: 3.6" ,
29
- " Programming Language :: Python :: 3.7" ,
30
- " Programming Language :: Python :: 3.8" ,
31
- " Programming Language :: Python :: 3.9" ,
32
- " Programming Language :: Python :: 3.10" ,
33
- " Programming Language :: Python :: 3.11" ,
34
28
]
35
- requires-python = " >=3.6 "
29
+ requires-python = " >=3.8 "
36
30
dependencies = [
37
- " importlib_metadata" ,
38
31
" labscript_utils>=3.0.0" ,
39
32
" numpy>=1.15" ,
40
33
" scipy" ,
You can’t perform that action at this time.
0 commit comments