Loading pkgs/development/python-modules/linearmodels/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,13 @@ buildPythonPackage rec { hash = "sha256-oWVBsFSKnv/8AHYP5sxO6+u5+hsOw/uQlOetse5ue88="; }; postPatch = '' substituteInPlace requirements.txt \ --replace-fail "setuptools_scm[toml]>=8.0.0,<9.0.0" "setuptools_scm[toml]" substituteInPlace pyproject.toml \ --replace-fail "setuptools_scm[toml]>=8,<9" "setuptools_scm[toml]" ''; build-system = [ setuptools setuptools-scm Loading Loading
pkgs/development/python-modules/linearmodels/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,13 @@ buildPythonPackage rec { hash = "sha256-oWVBsFSKnv/8AHYP5sxO6+u5+hsOw/uQlOetse5ue88="; }; postPatch = '' substituteInPlace requirements.txt \ --replace-fail "setuptools_scm[toml]>=8.0.0,<9.0.0" "setuptools_scm[toml]" substituteInPlace pyproject.toml \ --replace-fail "setuptools_scm[toml]>=8,<9" "setuptools_scm[toml]" ''; build-system = [ setuptools setuptools-scm Loading