python3Packages.dfdiskcache: relax pandas<3 upper bound (#540439)

This commit is contained in:
Arne Keller
2026-07-21 15:04:09 +00:00
committed by GitHub

View File

@@ -23,6 +23,12 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools ];
# Upstream pins pandas<3 (still true as of the v0.1.0 tag), but the
# package works fine against pandas 3.x; relax the constraint rather
# than staying behind on pandas.
# https://github.com/thombashi/df-diskcache/blob/v0.1.0/requirements/requirements.txt
pythonRelaxDeps = [ "pandas" ];
propagatedBuildInputs = [
pandas
simplesqlite