Skip to content

Commit

Permalink
[python_map] remove spacy deps (#208)
Browse files Browse the repository at this point in the history
Why
===
* These deps were only necessary for the nixpkgs updater in nixpkgs,
they aren't necessary for this package

What changed
===
* Removed unneeded deps

Test plan
===
* Install spacy with poetry and confirm running does not add
nix-update to replit.nix
  • Loading branch information
ryantm authored Jan 3, 2024
1 parent fe14912 commit f42c1f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/nix/python_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@
"sounddevice":{"deps":["pkgs.portaudio"]},
"soundfile":{"deps":["pkgs.libsndfile"]},
"soxr":{"deps":["pkgs.gnutar"]},
"spacy":{"deps":["pkgs.gitFull","pkgs.nix","pkgs.nix-update"]},
"spacy-alignments":{"deps":["pkgs.cargo","pkgs.libiconv","pkgs.rustc"]},
"sphinx-issues":{"deps":["pkgs.pandoc"]},
"sphinxcontrib-mscgen":{"deps":["pkgs.mscgen"]},
Expand Down

0 comments on commit f42c1f9

Please sign in to comment.