Merge pull request #235350 from r-ryantm/auto-update/python310Packages.lion-pytorch

python310Packages.lion-pytorch: 0.0.7 -> 0.1.2
This commit is contained in:
Weijia Wang
2023-06-01 23:10:11 +02:00
committed by GitHub
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "lion-pytorch";
version = "0.0.7";
version = "0.1.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "lucidrains";
repo = "lion-pytorch";
rev = "refs/tags/${version}";
hash = "sha256-CSb0s3DKv/KpEmCkCR+Y8iwrLdCL9w9Pl6W46cPB420";
hash = "sha256-9hdpRJvCpv3PeC7f0IXpHt6i+e6LiT0QUl5jeDGelQE=";
};
propagatedBuildInputs = [ torch ];