diff --git a/pkgs/development/python-modules/pyiceberg/default.nix b/pkgs/development/python-modules/pyiceberg/default.nix index bbe20d0dd4b3..48a61de54ec9 100644 --- a/pkgs/development/python-modules/pyiceberg/default.nix +++ b/pkgs/development/python-modules/pyiceberg/default.nix @@ -80,6 +80,8 @@ buildPythonPackage (finalAttrs: { env.CIBUILDWHEEL = "1"; pythonRelaxDeps = [ + # cachetools<7.0,>=5.5 not satisfied by version 7.1.4 + "cachetools" # rich<15.0.0,>=10.11.0 not satisfied by version 15.0.0 "rich" ];