Merge staging-next into master

This commit is contained in:
Frederik Rietdijk
2019-03-01 09:06:20 +01:00
682 changed files with 2751 additions and 1768 deletions

View File

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