python3Packages.datasets: unbreak

This commit is contained in:
Robert T. McGibbon 2020-12-29 15:46:24 -05:00
parent 1c094a76c0
commit 08bccaa1f7

View file

@ -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;