We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197069d commit ee486bfCopy full SHA for ee486bf
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
[project]
11
name = "pytensor"
12
dynamic = ['version']
13
-requires-python = ">=3.9,<3.12"
+requires-python = ">=3.9,<3.13"
14
authors = [{ name = "pymc-devs", email = "[email protected]" }]
15
description = "Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs."
16
readme = "README.rst"
0 commit comments