Skip to content
Discussion options

You must be logged in to vote

For the record, this seems to work:

git pull
poetry env activate
poetry install

I had to remove graxpert dependencies to build cleanly on OsX as there isn't a current version of the onnxruntime for OsX

diff --git a/pyproject.toml b/pyproject.toml
index b10a16f..b1a67b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ textual = "^6.8.0"
 
 # Note: to use graxpert from the local tree rather than pypi use:
 # graxpert = {path = "GraXpert", extras = ["cpuonly"], develop = true}
-graxpert = {version = "^3.2.0a1", extras = ["cpuonly"]}
+#graxpert = {version = "^3.2.0a1", extras = ["cpuonly"]}
 
 [tool.poetry.group.dev.dependencies]
 pytest = ">=8.4.2,<9.0.0"

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by geeksville
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants