@@ -1,15 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
(python3.withPackages (
|
||||
python-pkgs: with python-pkgs; [
|
||||
pip
|
||||
numpy
|
||||
pandas
|
||||
python-dotenv
|
||||
requests
|
||||
]
|
||||
))
|
||||
(python3.withPackages (python-pkgs: with python-pkgs; [ pip ]))
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
Reference in New Issue
Block a user