Skip to content

Commit b3869b7

Browse files
committed
Update project metadata and remove old dependencies
1 parent 98be5f3 commit b3869b7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pyproject.toml

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8"]
2+
requires = ["setuptools>=64", "setuptools_scm>=8"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
@@ -25,16 +25,9 @@ license = {file = 'LICENSE.txt'}
2525
classifiers = [
2626
"License :: OSI Approved :: BSD License",
2727
"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",
3428
]
35-
requires-python = ">=3.6"
29+
requires-python = ">=3.8"
3630
dependencies = [
37-
"importlib_metadata",
3831
"labscript_utils>=3.0.0",
3932
"numpy>=1.15",
4033
"scipy",

0 commit comments

Comments
 (0)