Skip to content

Commit 13753b7

Browse files
committed
chore: poetry 1.8.4
1 parent c79dd33 commit 13753b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ assets:
2929
install: |
3030
rustup update
3131
cargo install --version 1.30.1 just
32-
curl -sSL https://install.python-poetry.org | python3 - --version 2.0.0
32+
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
3333
export PATH="$HOME/.local/bin:$PATH"
3434
export RULTOR=true
3535
poetry install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ readme = "README.md"
2929
packages = [{ include = "sr-data" }, { include = "sr-train" }]
3030

3131
[tool.poetry.dependencies]
32-
poetry = "2.0.0"
32+
poetry = "1.8.4"
3333
python = "==3.10.* || ==3.11.* || ==3.12.*"
3434
sr-data = { path = "./sr-data" }
3535
sr-train = { path = "./sr-train" }

0 commit comments

Comments
 (0)