python310Packages.skl2onnx: 1.14.1 -> 1.15.0 (#249034)

This commit is contained in:
R. RyanTM 2023-08-14 00:02:41 -07:00 committed by GitHub
parent 3b7deba8c8
commit 7474ca6b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "skl2onnx";
version = "1.14.1";
version = "1.15.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-VLEKfGLOKu5PlHvTqW1+2t75HV2mjeezPkzu0/0H1dw=";
hash = "sha256-BbLCZDrQNX7B6mhNE4Q4ot9lffgo5X0Hy3jC52viDjc=";
};
propagatedBuildInputs = [