Skip to content

Commit 946e1e5

Browse files
committedMar 24, 2025
Remove stale dependencies
1 parent 1ec7f01 commit 946e1e5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed
 

‎pyproject.toml

Lines changed: 2 additions & 10 deletions
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]
@@ -28,23 +28,15 @@ license = {file = 'LICENSE.txt'}
2828
classifiers = [
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"
3933
dependencies = [
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
]
5042
dynamic = ["version"]

0 commit comments

Comments
 (0)