python.pkgs: updates

This commit is contained in:
Frederik Rietdijk
2017-10-25 20:04:35 +02:00
parent b601d87cd6
commit 7ce848309e
133 changed files with 366 additions and 294 deletions

View File

@@ -3,12 +3,12 @@
buildPythonPackage rec {
pname = "GPy";
version = "1.7.7";
version = "1.8.4";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "1b4siirlkqic1lsn9bi9mnp8fpbpw1ijwv0z2i6r2zdrk3d6szs1";
sha256 = "38c1202f1790952b88c298224139ee5b14d4518e3ddc6186c60db2ece016d8c1";
};
# running tests produces "ImportError: cannot import name 'linalg_cython'"