File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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 "
2424dependencies = [
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"
3333classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments