-
-
Save JonathanReeve/b9d1d3a0dff7bec95534bcffbc079f81 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with import <nixpkgs> {}; | |
((python37.withPackages (ps: with ps; [ | |
pandas | |
matplotlib | |
spacy | |
ftfy | |
spacy_models.en_core_web_lg | |
jupyter | |
word2vec | |
])).override({ignoreCollisions=true;})).env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment