Merge pull request #265847 from r-ryantm/auto-update/python310Packages.ignite

python310Packages.ignite: 0.4.12 -> 0.4.13
This commit is contained in:
Weijia Wang 2023-11-07 01:53:38 +01:00 committed by GitHub
commit 5ed94c8591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ignite"; pname = "ignite";
version = "0.4.12"; version = "0.4.13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pytorch"; owner = "pytorch";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-cLlPUPzYyOpqk4qHsn22s3Xr/VkGjnHL4JVw2qy2iTc="; hash = "sha256-+olp+zphcHMvcGKHt0JhxXza1wd7UiydwVFnSQ310Vg=";
}; };
nativeCheckInputs = [ pytestCheckHook matplotlib mock pytest-xdist torchvision ]; nativeCheckInputs = [ pytestCheckHook matplotlib mock pytest-xdist torchvision ];