You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/09 18:37:42 UTC

[GitHub] [tvm] areusch commented on a diff in pull request #11634: [microTVM] Update pyproject to python3.7

areusch commented on code in PR #11634:
URL: https://github.com/apache/tvm/pull/11634#discussion_r893841291


##########
apps/microtvm/reference-vm/arduino/provision_setup.sh:
##########
@@ -28,9 +28,9 @@ apps/microtvm/reference-vm/rebuild-tvm.sh ${platform}
 # Build poetry
 cd apps/microtvm/reference-vm/arduino
 
-poetry env use 3.6
+poetry env use 3.7
 # NOTE: due to https://github.com/python-poetry/poetry/issues/2247, download torch here.

Review Comment:
   since we are checking in poetry.lock now (imo the right thing to do), shall we rm `poetry lock -vvv` below?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org