Skip to content

Commit

Permalink
Pin lsst dependencies for v28
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Nov 26, 2024
1 parent 632ede0 commit 0c2b5f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies = [
"click >= 7",
"pyyaml >= 6",
"pydantic >= 2, < 3",
"lsst-utils",
"lsst-resources"
"lsst-utils < 28.100",
"lsst-resources < 28.100"
]
requires-python = ">=3.11.0"
dynamic = ["version"]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ sqlalchemy >= 1.4
click >= 7
pyyaml >= 6
pydantic >= 2, < 3
lsst-utils
lsst-resources
lsst-utils @ git+https://github.com/lsst/[email protected]
lsst-resources @ git+https://github.com/lsst/[email protected]

0 comments on commit 0c2b5f7

Please sign in to comment.