Skip to content

Commit

Permalink
Use lvmops 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 26, 2024
1 parent e333c21 commit 55b14bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL org.opencontainers.image.source https://github.com/sdss/lvmnps

WORKDIR /opt

RUN apt-get update
RUN apt-get install -y git
# RUN apt-get update
# RUN apt-get install -y git

COPY . lvmnps

Expand Down
26 changes: 11 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ click-default-group = "^1.2.2"
sdss-clu = "^2.0.0"
httpx = ">=0.18.1"
pydantic = "^2.5.2"
lvmopstools = { git = "https://github.com/sdss/lvmopstools.git", branch = "main"}
# lvmopstools = { git = "https://github.com/sdss/lvmopstools.git", branch = "main"}
lvmopstools = "^0.2.0"

[tool.poetry.group.dev.dependencies]
ipython = ">=7.11.0"
Expand Down

0 comments on commit 55b14bb

Please sign in to comment.