mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
python311Packages.diffusers: remove ruff dependency
This commit is contained in:
parent
e05e5ac9a4
commit
89f3799077
@ -30,7 +30,6 @@
|
|||||||
, pytest-xdist
|
, pytest-xdist
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, requests-mock
|
, requests-mock
|
||||||
, ruff
|
|
||||||
, scipy
|
, scipy
|
||||||
, sentencepiece
|
, sentencepiece
|
||||||
, torchsde
|
, torchsde
|
||||||
@ -99,7 +98,6 @@ buildPythonPackage rec {
|
|||||||
pytest-xdist
|
pytest-xdist
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
requests-mock
|
requests-mock
|
||||||
ruff
|
|
||||||
scipy
|
scipy
|
||||||
sentencepiece
|
sentencepiece
|
||||||
torchsde
|
torchsde
|
||||||
@ -141,6 +139,8 @@ buildPythonPackage rec {
|
|||||||
"test_deprecate_stacklevel"
|
"test_deprecate_stacklevel"
|
||||||
# fails due to precision of floating point numbers
|
# fails due to precision of floating point numbers
|
||||||
"test_model_cpu_offload_forward_pass"
|
"test_model_cpu_offload_forward_pass"
|
||||||
|
# tries to run ruff which we have intentionally removed from nativeCheckInputs
|
||||||
|
"test_is_copy_consistent"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user