Commit 1e3b1232 authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.paddlex: stop relaxing numpy & pandas

parent 95301f46
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -39,8 +39,6 @@ buildPythonPackage rec {
  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "numpy"
    "pandas"
    "pyyaml"
  ];