Commit 2cdf5e15 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.astropy: add optional dependency uncompresspy

parent 899d61fe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
  bottleneck,
  fsspec,
  s3fs,
  uncompresspy,

  # testing
  pytestCheckHook,
@@ -112,6 +113,7 @@ buildPythonPackage rec {
      bottleneck
      fsspec
      s3fs
      uncompresspy
    ]
    ++ self.recommended
    ++ self.ipython