Merge pull request #305915 from GaetanLepage/imageio
python311Packages.imageio: 2.34.0 -> 2.34.1
This commit is contained in:
commit
ef03b5f63c
2 changed files with 6 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "imageio";
|
||||
version = "2.34.0";
|
||||
version = "2.34.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -40,7 +40,7 @@ buildPythonPackage rec {
|
|||
owner = "imageio";
|
||||
repo = "imageio";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-+I5KmKSLi8ARbDH06em71LWhmqziAaDfaBp4hU67/jg=";
|
||||
hash = "sha256-/VZUifiz8iImq+JLvckFDr7YMIqu0Xro2t3GFj0obg0=";
|
||||
};
|
||||
|
||||
patches = lib.optionals (!stdenv.isDarwin) [
|
||||
|
@ -50,11 +50,11 @@ buildPythonPackage rec {
|
|||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
numpy
|
||||
pillow
|
||||
];
|
||||
|
|
|
@ -135,5 +135,7 @@ buildPythonPackage rec {
|
|||
changelog = "https://github.com/explosion/spaCy/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
# Cython.Compiler.Errors.CompileError: spacy/ml/parser_model.pyx
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue