We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79dd33 commit 13753b7Copy full SHA for 13753b7
2 files changed
.rultor.yml
@@ -29,7 +29,7 @@ assets:
29
install: |
30
rustup update
31
cargo install --version 1.30.1 just
32
- curl -sSL https://install.python-poetry.org | python3 - --version 2.0.0
+ curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
33
export PATH="$HOME/.local/bin:$PATH"
34
export RULTOR=true
35
poetry install
pyproject.toml
@@ -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" }
0 commit comments