mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.textnets: fix strict dependency pinning
Builds failed due to pandas<3.0.0,>=2.2.3 not satisfied by version 3.0.4
This commit is contained in:
@@ -47,6 +47,7 @@ buildPythonPackage rec {
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"toolz"
|
||||
"pandas"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user