Skip to content

Commit

Permalink
python312Packages.pytensor: 2.26.3 -> 2.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 11, 2024
1 parent 7ea7a19 commit ff83bb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/pytensor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@

buildPythonPackage rec {
pname = "pytensor";
version = "2.26.3";
version = "2.26.4";
pyproject = true;

src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pytensor";
rev = "refs/tags/rel-${version}";
hash = "sha256-RhicZSVkaDtIngIOvzyEQ+VMZwdV45wDk7e7bThTIh8=";
tag = "rel-${version}";
hash = "sha256-uhd0plPjhrmPXeeUbc19h6NXmXXIY5u7hDM/DrZ8rJ4=";
};

pythonRelaxDeps = [
Expand Down Expand Up @@ -173,7 +173,7 @@ buildPythonPackage rec {
description = "Python library to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays";
mainProgram = "pytensor-cache";
homepage = "https://github.com/pymc-devs/pytensor";
changelog = "https://github.com/pymc-devs/pytensor/releases/tag/${lib.removePrefix "refs/tags/" src.rev}";
changelog = "https://github.com/pymc-devs/pytensor/releases/tag/rel-${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
bcdarwin
Expand Down

0 comments on commit ff83bb1

Please sign in to comment.