Files
pvxs/pyproject.toml
T
AlexWells 4ea3288671 Bump epicscorelibs dependency
Use the stable version rather than alphas, now that the full release
has been done.
2025-07-31 09:35:42 +01:00

9 lines
166 B
TOML

[build-system]
requires = [
"setuptools",
"wheel",
"setuptools_dso>=2.7a1",
"setuptools_dso>=2.11a2; python_version >= '3.12'",
"epicscorelibs>=7.0.7.99.1.2",
]