Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrisinger authored Feb 22, 2025
1 parent ac045b2 commit 282c2b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/python-modules/algopy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "algopy";
version = "0.5.7";
version = "0.7.2";

src = fetchPypi {
inherit pname version;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/python-modules/autoray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "autoray";
version = "0.3.1";
version = "0.7.0";

disabled = pythonOlder "3.5";

Expand Down
2 changes: 1 addition & 1 deletion pkgs/python-modules/quimb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "quimb";
version = "1.3.0";
version = "1.10.0";

disabled = pythonOlder "3.6";

Expand Down

0 comments on commit 282c2b1

Please sign in to comment.