mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #265847 from r-ryantm/auto-update/python310Packages.ignite
python310Packages.ignite: 0.4.12 -> 0.4.13
This commit is contained in:
commit
5ed94c8591
@ -15,13 +15,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ignite";
|
||||
version = "0.4.12";
|
||||
version = "0.4.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pytorch";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-cLlPUPzYyOpqk4qHsn22s3Xr/VkGjnHL4JVw2qy2iTc=";
|
||||
hash = "sha256-+olp+zphcHMvcGKHt0JhxXza1wd7UiydwVFnSQ310Vg=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook matplotlib mock pytest-xdist torchvision ];
|
||||
|
Loading…
Reference in New Issue
Block a user