Skip to content

Commit ad685bb

Browse files
committed
python311Packages.pytensor: 2.18.6 -> 2.20.0
Changelog: https://github.com/pymc-devs/pytensor/releases/tag/rel-2.20.0
1 parent 5bc228b commit ad685bb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,33 @@
1919
, pytestCheckHook
2020
, pythonOlder
2121
, tensorflow-probability
22-
, stdenv
2322
}:
2423

2524
buildPythonPackage rec {
2625
pname = "pytensor";
27-
version = "2.18.6";
26+
version = "2.20.0";
2827
pyproject = true;
2928

30-
disabled = pythonOlder "3.9";
29+
disabled = pythonOlder "3.10";
3130

3231
src = fetchFromGitHub {
3332
owner = "pymc-devs";
3433
repo = "pytensor";
3534
rev = "refs/tags/rel-${version}";
36-
hash = "sha256-SMh4wVZwmc87ztFn2OOI234VP3JzmxVMBkn7lYwVu6M=";
35+
hash = "sha256-bvkOMer+zYSsiU4a147eUEZjjUeTVpb9f/hepMZZ3sE=";
3736
};
3837

3938
postPatch = ''
4039
substituteInPlace pyproject.toml \
4140
--replace "versioneer[toml]==0.28" "versioneer[toml]"
4241
'';
4342

44-
nativeBuildInputs = [
43+
build-system = [
4544
cython
4645
versioneer
4746
];
4847

49-
propagatedBuildInputs = [
48+
dependencies = [
5049
cons
5150
etuples
5251
filelock
@@ -98,6 +97,5 @@ buildPythonPackage rec {
9897
changelog = "https://github.com/pymc-devs/pytensor/releases";
9998
license = licenses.bsd3;
10099
maintainers = with maintainers; [ bcdarwin ferrine ];
101-
broken = (stdenv.isLinux && stdenv.isAarch64);
102100
};
103101
}

0 commit comments

Comments
 (0)