Merge pull request #201694 from bcdarwin/pywick-mark-broken

This commit is contained in:
Sandro 2023-01-27 01:19:33 +01:00 committed by GitHub
commit 477faea07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@
, fetchFromGitHub
, pythonOlder
, pytestCheckHook
, albumentations
, dill
, h5py
, hickle
@ -10,7 +9,6 @@
, opencv4
, pandas
, pillow
, prodict
, pycm
, pyyaml
, scipy
@ -43,7 +41,6 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
albumentations
dill
h5py
hickle
@ -51,7 +48,6 @@ buildPythonPackage rec {
opencv4
pandas
pillow
prodict
pycm
pyyaml
scipy
@ -72,5 +68,6 @@ buildPythonPackage rec {
homepage = "https://github.com/achaiah/pywick";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ bcdarwin ];
broken = true; # Nixpkgs missing `albumentations` and `prodict`
};
}