File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 2222
2323buildPythonPackage 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 = [
Original file line number Diff line number Diff line change 3232
3333buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments