Skip to content

Commit e958241

Browse files
committed
force setuptools at least 59
1 parent eecf01d commit e958241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535
'networkx',
3636
'pytensor',
3737
'typing-extensions; python_version < "3.11"',
38+
'setuptools >= 59' # https://github.com/pymc-devs/pytensor/issues/481
3839
]
3940

4041
[project.optional-dependencies]
@@ -75,7 +76,7 @@ build.hooks.vcs.version-file = "src/pyhs3/_version.py"
7576
[tool.hatch.envs.default]
7677
features = ["test"]
7778
scripts.test = "pytest {args}"
78-
79+
installer = "uv"
7980

8081
[tool.pytest.ini_options]
8182
minversion = "6.0"

0 commit comments

Comments
 (0)