Skip to content

Commit a87ab0d

Browse files
committed
Clean up old dependencies and metadata
1 parent cd10eb8 commit a87ab0d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "cython",
2+
requires = ["setuptools>=64", "setuptools_scm>=8", "cython",
33
"numpy>=2.0,<3; python_version>'3.8'"]
44
build-backend = "setuptools.build_meta"
55

@@ -26,15 +26,9 @@ license = {file = 'LICENSE.txt'}
2626
classifiers = [
2727
"License :: OSI Approved :: BSD License",
2828
"Programming Language :: Python :: 3 :: Only",
29-
"Programming Language :: Python :: 3.8",
30-
"Programming Language :: Python :: 3.9",
31-
"Programming Language :: Python :: 3.10",
32-
"Programming Language :: Python :: 3.11",
33-
"Programming Language :: Python :: 3.12",
3429
]
3530
requires-python = ">=3.8"
3631
dependencies = [
37-
"importlib_metadata",
3832
"numpy>=1.17.3",
3933
]
4034
dynamic = ["version"]

0 commit comments

Comments
 (0)