python3Packages.textual-fastdatatables: relax pandas constraint

This commit is contained in:
Martin Weinelt
2026-07-02 23:07:32 +02:00
parent 0a1b373a67
commit 76b00caca5
@@ -50,6 +50,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"numpy"
"pandas"
"pyarrow"
];