Merge pull request #240993 from r-ryantm/auto-update/python310Packages.skorch
python310Packages.skorch: 0.13.0 -> 0.14.0
This commit is contained in:
commit
3cee93dfaf
@ -15,11 +15,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "skorch";
|
pname = "skorch";
|
||||||
version = "0.13.0";
|
version = "0.14.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-k9Zs4uqskHLqVHOKK7dIOmBSUmbDpOMuPS9eSdxNjO0=";
|
hash = "sha256-/d0s0N40W18uGfVbD9VEbhbWfduoo+TBqDjmTkjMUxs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy torch scikit-learn scipy tabulate tqdm ];
|
propagatedBuildInputs = [ numpy torch scikit-learn scipy tabulate tqdm ];
|
||||||
|
Loading…
Reference in New Issue
Block a user