python311Packages.skl2onnx: 1.16.0 -> 1.17.0

This commit is contained in:
R. Ryantm
2024-05-30 19:52:50 +00:00
parent 3852c7ab26
commit 92b8f812ac
@@ -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 = [