mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.dfdiskcache: relax pandas<3 upper bound (#540439)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user