python3Packages.pymanopt: 2.0.1 -> 2.1.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:39 +01:00
parent 508537587e
commit a1abcedbe9

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "pymanopt";
version = "2.0.1";
version = "2.1.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-VwCUqKI1PkR8nUVaa73bkTw67URKPaza3VU9g+rB+Mg=";
sha256 = "sha256-nbSxqMmYWi71s74bbB9LAlPKEslTqG/j266cLfNHrwg=";
};
propagatedBuildInputs = [ numpy scipy torch ];