python37Packages.gensim: 3.6.0 -> 3.7.0 (#54729)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gensim/versions
This commit is contained in:
R. RyanTM 2019-02-25 08:01:15 -08:00 committed by xeji
parent 8c00d376e3
commit 33636d612d

View File

@ -10,10 +10,10 @@
buildPythonPackage rec {
pname = "gensim";
version = "3.6.0";
version = "3.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "24adaca52e8d821a2f5d5e6fe2e37cf321b1fafb505926ea79a7c2f019ce5b07";
sha256 = "03i437hg0911mg94kx3zl0czm004q0qakrssm6skx8zlpiqzxnry";
};
propagatedBuildInputs = [ smart_open numpy six scipy ];