File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
pkgs/development/python-modules/pytensor Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 19
19
, pytestCheckHook
20
20
, pythonOlder
21
21
, tensorflow-probability
22
- , stdenv
23
22
} :
24
23
25
24
buildPythonPackage rec {
26
25
pname = "pytensor" ;
27
- version = "2.18.6 " ;
26
+ version = "2.20.0 " ;
28
27
pyproject = true ;
29
28
30
- disabled = pythonOlder "3.9 " ;
29
+ disabled = pythonOlder "3.10 " ;
31
30
32
31
src = fetchFromGitHub {
33
32
owner = "pymc-devs" ;
34
33
repo = "pytensor" ;
35
34
rev = "refs/tags/rel-${ version } " ;
36
- hash = "sha256-SMh4wVZwmc87ztFn2OOI234VP3JzmxVMBkn7lYwVu6M =" ;
35
+ hash = "sha256-bvkOMer+zYSsiU4a147eUEZjjUeTVpb9f/hepMZZ3sE =" ;
37
36
} ;
38
37
39
38
postPatch = ''
40
39
substituteInPlace pyproject.toml \
41
40
--replace "versioneer[toml]==0.28" "versioneer[toml]"
42
41
'' ;
43
42
44
- nativeBuildInputs = [
43
+ build-system = [
45
44
cython
46
45
versioneer
47
46
] ;
48
47
49
- propagatedBuildInputs = [
48
+ dependencies = [
50
49
cons
51
50
etuples
52
51
filelock
@@ -98,6 +97,5 @@ buildPythonPackage rec {
98
97
changelog = "https://github.com/pymc-devs/pytensor/releases" ;
99
98
license = licenses . bsd3 ;
100
99
maintainers = with maintainers ; [ bcdarwin ferrine ] ;
101
- broken = ( stdenv . isLinux && stdenv . isAarch64 ) ;
102
100
} ;
103
101
}
You can’t perform that action at this time.
0 commit comments