python310Packages.tables: update disabled

This commit is contained in:
Fabian Affolter 2023-04-11 10:07:46 +02:00 committed by GitHub
parent 97c29cb888
commit 29471a7f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,8 @@
buildPythonPackage rec {
pname = "tables";
version = "3.8.0";
disabled = pythonOlder "3.5";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
@ -41,6 +42,7 @@ buildPythonPackage rec {
hdf5
lzo
];
propagatedBuildInputs = [
blosc2
py-cpuinfo