Skip to content

Commit

Permalink
iterate version (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty authored May 30, 2024
1 parent 3ae8acc commit 119712d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY pyproject.toml poetry.lock* /app/
RUN pip install poetry keyring

# Export dependencies to requirements.txt
RUN poetry export --without-hashes --format=requirements.txt --output=requirements.txt -E eval -E sentence_transformers
RUN poetry export --without-hashes --format=requirements.txt --output=requirements.txt

# Install dependencies from requirements.txt
RUN pip install --no-cache-dir --upgrade -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "r2r"
version = "0.2.02"
version = "0.2.03"
description = "SciPhi R2R"
authors = ["Owen Colegrove <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 119712d

Please sign in to comment.