Skip to content

Commit fcf2458

Browse files
[pyproject] removing endoflife python version, adding minimal numpy and h5py
1 parent 84aee1c commit fcf2458

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ maintainers = [
2020
{ name = "Balint Morvai", email = "dev@g-node.org" },
2121
{ name = "Achilleas Koutsou", email = "dev@g-node.org" }
2222
]
23-
requires-python = ">=3.6"
23+
requires-python = ">=3.9"
2424
dependencies = [
25-
"numpy",
26-
"h5py"
25+
"numpy >= 1.26.0",
26+
"h5py>= 2.0.0"
2727
]
2828

2929
[build-system]
@@ -33,9 +33,6 @@ build-backend = "setuptools.build_meta"
3333
classifiers = [
3434
"Development Status :: 5 - Production/Stable",
3535
"Programming Language :: Python",
36-
"Programming Language :: Python :: 3.6",
37-
"Programming Language :: Python :: 3.7",
38-
"Programming Language :: Python :: 3.8",
3936
"Programming Language :: Python :: 3.9",
4037
"Programming Language :: Python :: 3.10",
4138
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)