lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: Keras_Preprocessing: 1.0.2 -> 1.0.3

+2 -2
+2 -2
pkgs/development/python-modules/keras-preprocessing/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "Keras_Preprocessing"; 5 - version = "1.0.2"; 5 + version = "1.0.3"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "f5306554d2b454d825b36f35e327744f5477bd2ae21017f1a93b2097bed6757e"; 9 + sha256 = "02ba0a3b31ed89c4b0c21d55ba7d87529097d56f394e3850b6d3c9e6c63ce7ae"; 10 10 }; 11 11 12 12 # Cyclic dependency: keras-preprocessing requires keras, which requires keras-preprocessing