Merge pull request #315977 from r-ryantm/auto-update/python311Packages.skl2onnx

python311Packages.skl2onnx: 1.16.0 -> 1.17.0
This commit is contained in:
Peder Bergebakken Sundt
2024-06-08 16:06:53 +02:00
committed by GitHub
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "skl2onnx";
version = "1.16.0";
version = "1.17.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-M3Cz1AZc4txZM4eMMnP0rqQflFzGUUVDsTrS1X82nOU=";
hash = "sha256-cSfchORw9In2gJTM//mlqBW2CfcA1D5wjm9lijOwZAM=";
};
propagatedBuildInputs = [