From 8747c7f86518bfb464c2af23f9ad07cbb7791927 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 11 Dec 2024 08:18:39 +0000 Subject: [PATCH] Add yaml and netcdf4 to default python packages --- system/home/programming/python/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/home/programming/python/default.nix b/system/home/programming/python/default.nix index 9cb81374..f288a034 100644 --- a/system/home/programming/python/default.nix +++ b/system/home/programming/python/default.nix @@ -8,8 +8,10 @@ pylsp-rope rope mypy + yaml numpy xarray + netcdf4 matplotlib ] ))