From fcd10226b47c37bab54a4bf09376be1d1f95ae5d Mon Sep 17 00:00:00 2001 From: SanderBorgmans Date: Thu, 3 Aug 2023 13:39:52 +0200 Subject: [PATCH] comma missing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6069e73..0bcfd33 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,6 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - install_requires=['h5py>=2.0.0'] + install_requires=['h5py>=2.0.0'], python_requires='>=3.6', )