Skip to content

Commit d816532

Browse files
committed
use latest pie-core from main branch
1 parent a5f9902 commit d816532

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

poetry.lock

+12-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ classifiers = [
3030

3131
[tool.poetry.dependencies]
3232
python = "^3.9"
33-
pie-core = ">=0.1.1,<0.2.0"
33+
#pie-core = ">=0.1.1,<0.2.0"
34+
# use main branch of https://github.com/ArneBinder/pie-core for now
35+
pie-core = {git = "https://github.com/ArneBinder/pie-core.git", branch = "main"}
3436
torch = ">=1.10"
3537
pytorch-lightning = "^2"
3638
torchmetrics = "^1"

0 commit comments

Comments
 (0)