Loading pkgs/development/python-modules/spacy/models.nix +1 −2 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ let # Uses numpy 2.x, while the rest of the dependencies still uses # numpy 1.x. Remove once all spaCy packages are updated for # numpy 2.x. cat meta.json substituteInPlace meta.json \ --replace-fail "spacy-pkuseg>=1.0.0,<2.0.0" "spacy-pkuseg" ''; Loading Loading
pkgs/development/python-modules/spacy/models.nix +1 −2 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ let # Uses numpy 2.x, while the rest of the dependencies still uses # numpy 1.x. Remove once all spaCy packages are updated for # numpy 2.x. cat meta.json substituteInPlace meta.json \ --replace-fail "spacy-pkuseg>=1.0.0,<2.0.0" "spacy-pkuseg" ''; Loading