Created
September 23, 2018 06:42
-
-
Save jethrokuan/c10d5ea2c5fc0fab2a83cadb6146f42c to your computer and use it in GitHub Desktop.
Python Env
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> {}; | |
(python36.buildEnv.override { | |
extraLibs = with pkgs.python36Packages; | |
[ | |
pip | |
scikitlearn | |
tensorflow | |
numpy | |
scipy | |
spacy | |
pandas | |
# Utilities | |
yapf | |
python-language-server | |
]; | |
ignoreCollisions = true; | |
}).env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment