Add viya4-ark

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-01-31 13:06:51 +00:00
parent 8692df6e2f
commit bd174523f5
6 changed files with 495 additions and 9 deletions

View File

@@ -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 = ''