Merge pull request #184306 from bcdarwin/update-threadpoolctl

python3Packages.threadpoolctl: 3.0.0 -> 3.1.0
This commit is contained in:
Mario Rodas 2022-08-13 01:07:38 -05:00 committed by GitHub
commit d7b6269cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "threadpoolctl";
version = "3.0.0";
version = "3.1.0";
disabled = pythonOlder "3.6";
format = "flit";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "joblib";
repo = pname;
rev = version;
sha256 = "02zccsiq4gvawy7q2fh3m3hvr40hl2ylmwwny6dv0lqsr2iwgnmn";
sha256 = "sha256-/qt7cgFbvpc1BLZC7a4S0RToqSggKXAqF1Xr6xOqzw8=";
};
checkInputs = [ pytestCheckHook numpy scipy ];