forked from mirrors/nixpkgs
python3Packages.ignite: 0.4.2 -> 0.4.4.post1
This commit is contained in:
parent
1fe16b6e4d
commit
4e4c9087a9
|
@ -14,13 +14,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ignite";
|
||||
version = "0.4.2";
|
||||
version = "0.4.4.post1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pytorch";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "00vcmhnp14s54g386izgaxzrdr2nqv3pz9nvpyiwrn33zawr308z";
|
||||
sha256 = "1a7vs4dzm5lmyck50ygi3j2d2wd6nxr5x91dpx0rmf97i6lywpyb";
|
||||
};
|
||||
|
||||
checkInputs = [ pytestCheckHook matplotlib mock pytest_xdist ];
|
||||
|
|
Loading…
Reference in a new issue