Merge pull request #320164 from r-ryantm/auto-update/python311Packages.tensorly

python311Packages.tensorly: 0.8.1 -> 0.8.2
This commit is contained in:
Weijia Wang 2024-06-18 10:23:04 +02:00 committed by GitHub
commit 09e2b6fab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tensorly";
version = "0.8.1";
version = "0.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-hwpdExW/ESOavFkL3old1Efo5WC+PYmcgJp5/oLelaA=";
hash = "sha256-kYKyLY2V6M53co+26ZTZP4U6bHkFebKI5Uhh1x1/N58=";
};
propagatedBuildInputs = [