diff --git a/pyproject.toml b/pyproject.toml index 5391916..c23f559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] keywords = ["lsst"] dependencies = [ - "htcondor >= 8.8", + "htcondor >= 8.8, <25.0", "lsst-ctrl-bps", "lsst-daf-butler", "lsst-utils" @@ -36,8 +36,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ - "pytest >= 3.2", - "pytest-openfiles >= 0.5.0" + "pytest >= 3.2" ] [tool.setuptools.packages.find]