Skip to content

Commit

Permalink
dev(#84): default to ~= for dependency version
Browse files Browse the repository at this point in the history
Fixes #84
  • Loading branch information
MartinBernstorff committed Feb 21, 2024
1 parent a7b5a6e commit 3359265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV PATH="$RYE_HOME/shims:$PATH"
RUN curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" RYE_TOOLCHAIN="/usr/local/bin/python" bash
RUN rye config --set-bool behavior.use-uv=true
RUN rye config --set-bool behavior.global-python=true
RUN rye config --set-bool default.dependency-operator="~="

COPY Makefile ./
COPY pyproject.toml ./
Expand Down

0 comments on commit 3359265

Please sign in to comment.