Gaetan Lepage
2025-02-24 18:50:03 +01:00
parent d1a2fc4304
commit fd55ba9aa1
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.28.0";
version = "2.28.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pytensor";
tag = "rel-${version}";
hash = "sha256-jwx7fcMiFNvnwP746nM2rqo2BD6PEbKkfEwIz8MenN4=";
hash = "sha256-vDgGcTDvtAxkEln4x43wZnMvn24mFzGfbxHd8Ny2/VQ=";
};
pythonRelaxDeps = [