Unverified Commit f27b7197 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

python3Packages.ydata-profiling: 4.8.3 -> 4.9.0 (#339527)

parents 113b3e7a 2585dc64
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

buildPythonPackage rec {
  pname = "ydata-profiling";
  version = "4.8.3";
  version = "4.9.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -36,14 +36,18 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "ydataai";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-tMwhoVnn65EvZK5NBvh/G36W8tH7I9qaL+NTK3IZVdI=";
    rev = "refs/tags/v${version}";
    hash = "sha256-OZCgtnsLXLJ0m1t/mWqQTbFL8DPKaR9Tr7QCGT2HpvE=";
  };

  preBuild = ''
    echo ${version} > VERSION
  '';

  pythonRelaxDeps = [
    "scipy"
  ];

  propagatedBuildInputs = [
    dacite
    htmlmin