Commit 92b8f812 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.skl2onnx: 1.16.0 -> 1.17.0

parent 3852c7ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [