python310Packages.skorch: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm 2023-07-02 00:06:40 +00:00
parent 645ff62e09
commit 97b602a7b8

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "skorch";
version = "0.13.0";
version = "0.14.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-k9Zs4uqskHLqVHOKK7dIOmBSUmbDpOMuPS9eSdxNjO0=";
hash = "sha256-/d0s0N40W18uGfVbD9VEbhbWfduoo+TBqDjmTkjMUxs=";
};
propagatedBuildInputs = [ numpy torch scikit-learn scipy tabulate tqdm ];