Merge pull request #232251 from r-ryantm/auto-update/python310Packages.skl2onnx

python310Packages.skl2onnx: 1.14.0 -> 1.14.1
This commit is contained in:
Weijia Wang 2023-05-16 23:53:33 +03:00 committed by GitHub
commit 121267a7a4
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.0";
version = "1.14.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-gF+XOgAILSlM+hU1s3Xz+zD7nPtwW9a0mOHp8rxthnY=";
hash = "sha256-VLEKfGLOKu5PlHvTqW1+2t75HV2mjeezPkzu0/0H1dw=";
};
propagatedBuildInputs = [