Skip to content

Commit

Permalink
python312Packages.tensorly: 0.8.2 -> 0.9.0 (#355335)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 12, 2024
2 parents 5d4ecf1 + cc129d2 commit 403a634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/tensorly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "tensorly";
version = "0.8.2";
version = "0.9.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kYKyLY2V6M53co+26ZTZP4U6bHkFebKI5Uhh1x1/N58=";
hash = "sha256-kj32N0hwdI/DS0WwpH4cr3xhq+3X53edodU3/SEorqw=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 403a634

Please sign in to comment.