python3Packages.datasets: unbreak
This commit is contained in:
parent
1c094a76c0
commit
08bccaa1f7
@ -35,6 +35,10 @@ buildPythonPackage rec {
|
||||
xxhash
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace '"tqdm>=4.27,<4.50.0"' '"tqdm>=4.27"'
|
||||
'';
|
||||
|
||||
# Tests require pervasive internet access.
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user