python3Packages.tqdm: enable pandas on i686 and risc-v

This commit is contained in:
Nick Cao 2024-04-27 12:55:53 -04:00
parent 7c4a1300ad
commit 74b232724b
No known key found for this signature in database

View File

@ -42,9 +42,8 @@ buildPythonPackage rec {
numpy
rich
tkinter
] ++
# pandas is not supported on i686 or risc-v
lib.optional (!stdenv.isi686 && !stdenv.hostPlatform.isRiscV) pandas;
pandas
];
pytestFlagsArray = [
"-W" "ignore::FutureWarning"