diff --git a/pkgs/geospatial/rio-tiler/default.nix b/pkgs/geospatial/rio-tiler/default.nix
index 6bb90dfc1be4ab86c55e6cd236e1828a1e046c1d..762cfc2bfd921eed18041e20b44504f5c1bdc1f6 100644
--- a/pkgs/geospatial/rio-tiler/default.nix
+++ b/pkgs/geospatial/rio-tiler/default.nix
@@ -1,15 +1,15 @@
-{ lib, stdenv, fetchFromGitHub, python3Packages, morecantile, pystac, color-operations }:
+{ lib, stdenv, fetchFromGitHub, python3Packages, morecantile, pystac, color-operations, rioxarray }:
python3Packages.buildPythonPackage rec {
pname = "rio-tiler";
pyproject = true;
src = fetchFromGitHub {
owner = "cogeotiff";
repo = "rio-tiler";
rev = version;
};
nativeBuildInputs = with python3Packages; [ hatchling ];
@@ -25,9 +25,7 @@ cachetools
color-operations
];
pythonImportsCheck = [ "rio_tiler" ];
application/octet-stream
This content has been proxied by September (3851b).