Skip to content

Commit

Permalink
chore: poetry 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jan 8, 2025
1 parent c79dd33 commit 13753b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ assets:
install: |
rustup update
cargo install --version 1.30.1 just
curl -sSL https://install.python-poetry.org | python3 - --version 2.0.0
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
export PATH="$HOME/.local/bin:$PATH"
export RULTOR=true
poetry install
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ readme = "README.md"
packages = [{ include = "sr-data" }, { include = "sr-train" }]

[tool.poetry.dependencies]
poetry = "2.0.0"
poetry = "1.8.4"
python = "==3.10.* || ==3.11.* || ==3.12.*"
sr-data = { path = "./sr-data" }
sr-train = { path = "./sr-train" }
Expand Down

0 comments on commit 13753b7

Please sign in to comment.