Skip to content

Commit

Permalink
ci: Remove label-studio poetry group (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov authored Oct 16, 2024
1 parent cd98c73 commit 6d44db8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.app
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ COPY pyproject.toml poetry.lock ./

# Install dependencies
RUN --mount=type=cache,target=${POETRY_CACHE_DIR} \
poetry install --no-interaction --no-ansi --no-root --without dev --with label-studio
poetry install --no-interaction --no-ansi --no-root --without dev

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ openai-responses = "^0.10.1"
pytest-recording = "^0.13.1"
mockafka-py = "^0.1.57"

[tool.poetry.group.label-studio]
optional = true

[tool.poetry.group.label-studio.dependencies]
label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/81ab3bbed0373fca1fd9166f186bfd0817512331.zip"}

[tool.poetry.scripts]
adala = "adala.cli:main"

Expand Down

0 comments on commit 6d44db8

Please sign in to comment.