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 eecf01d commit e958241Copy full SHA for e958241
pyproject.toml
@@ -35,6 +35,7 @@ dependencies = [
35
'networkx',
36
'pytensor',
37
'typing-extensions; python_version < "3.11"',
38
+ 'setuptools >= 59' # https://github.com/pymc-devs/pytensor/issues/481
39
]
40
41
[project.optional-dependencies]
@@ -75,7 +76,7 @@ build.hooks.vcs.version-file = "src/pyhs3/_version.py"
75
76
[tool.hatch.envs.default]
77
features = ["test"]
78
scripts.test = "pytest {args}"
-
79
+installer = "uv"
80
81
[tool.pytest.ini_options]
82
minversion = "6.0"
0 commit comments