mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python: GPy: 1.9.5 -> 1.9.6
This commit is contained in:
parent
7c836897de
commit
f9aa439aa8
@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "GPy";
|
pname = "GPy";
|
||||||
version = "1.9.5";
|
version = "1.9.6";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "97519bea69e7d7a703d9575c31d68a7c6f974ae125ee9d4a3e1fb510eadfb97e";
|
sha256 = "f11d649b3320d4cb836d283706754953277c8696977726803ccd3ee1355a94a7";
|
||||||
};
|
};
|
||||||
|
|
||||||
# running tests produces "ImportError: cannot import name 'linalg_cython'"
|
# running tests produces "ImportError: cannot import name 'linalg_cython'"
|
||||||
|
Loading…
Reference in New Issue
Block a user