Skip to content

Commit 6d3ad6e

Browse files
authored
python312Packages.pytensor: 2.28.3 -> 2.30.2 (#390960)
2 parents 53878a4 + c9c7341 commit 6d3ad6e

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

pkgs/development/python-modules/pymc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
buildPythonPackage rec {
2424
pname = "pymc";
25-
version = "5.21.1";
25+
version = "5.22.0";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "pymc-devs";
3030
repo = "pymc";
3131
tag = "v${version}";
32-
hash = "sha256-XwStIPjhCw3Vf8jAMG7x8uc/t4h1JYTDz4Lobv/nS1g=";
32+
hash = "sha256-NQYvtt/cjssJ7Lv3RyDeBMQByKMmt1p0X9F+LqhtTV4=";
3333
};
3434

3535
build-system = [

pkgs/development/python-modules/pytensor/default.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,16 @@
3232

3333
buildPythonPackage rec {
3434
pname = "pytensor";
35-
version = "2.28.3";
35+
version = "2.30.2";
3636
pyproject = true;
3737

3838
src = fetchFromGitHub {
3939
owner = "pymc-devs";
4040
repo = "pytensor";
4141
tag = "rel-${version}";
42-
hash = "sha256-MtY0JbziboJNHKe8wXaPtOWgFnpv8yQZeg6hNirnSEI=";
42+
hash = "sha256-l9/N6DFR8qTF4BiH+g6H32r0FkpL9Pjtn/xkiFYYJhU=";
4343
};
4444

45-
pythonRelaxDeps = [
46-
"scipy"
47-
];
48-
4945
build-system = [
5046
cython
5147
versioneer
@@ -163,7 +159,7 @@ buildPythonPackage rec {
163159
description = "Python library to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays";
164160
mainProgram = "pytensor-cache";
165161
homepage = "https://github.com/pymc-devs/pytensor";
166-
changelog = "https://github.com/pymc-devs/pytensor/releases/tag/red-${version}";
162+
changelog = "https://github.com/pymc-devs/pytensor/releases/tag/rel-${version}";
167163
license = lib.licenses.bsd3;
168164
maintainers = with lib.maintainers; [
169165
bcdarwin

0 commit comments

Comments
 (0)