mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added full julia, python, r setup
This commit is contained in:
parent
2c6660a9c1
commit
8193797c23
22 changed files with 1853 additions and 0 deletions
9
templates/sci/pypkgs.nix
Normal file
9
templates/sci/pypkgs.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
final: prev: let
|
||||
reqPkgs = (pyPackages: with pyPackages;[
|
||||
pandas
|
||||
requests
|
||||
]);
|
||||
in {
|
||||
py = prev.python3.withPackages reqPkgs;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue