From 2cdf5e15b494757b2994a82e15344d2b29007d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 15 Nov 2025 12:26:17 -0800 Subject: [PATCH] python3Packages.astropy: add optional dependency uncompresspy --- pkgs/development/python-modules/astropy/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/astropy/default.nix b/pkgs/development/python-modules/astropy/default.nix index d8751b9e6c7d..ebc41c036919 100644 --- a/pkgs/development/python-modules/astropy/default.nix +++ b/pkgs/development/python-modules/astropy/default.nix @@ -40,6 +40,7 @@ bottleneck, fsspec, s3fs, + uncompresspy, # testing pytestCheckHook, @@ -112,6 +113,7 @@ buildPythonPackage rec { bottleneck fsspec s3fs + uncompresspy ] ++ self.recommended ++ self.ipython