3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.skorch: 0.9.0 -> 0.10.0

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:28 +01:00
parent b13deb957f
commit e9ddf0eb09

View file

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "skorch";
version = "0.9.0";
version = "0.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "bdce9370153fd80c5c4ec499a639f55eef0620e45d4b15fbf7d7ff2a225a3d40";
sha256 = "9910f97339e654c8d38e0075d87b735e69e5eb11db59c527fb36705b30c8d0a4";
};
propagatedBuildInputs = [ numpy pytorch scikitlearn scipy tabulate tqdm ];