Skip to content

Commit b65d5d7

Browse files
authored
Prevent ORT version conflicts (#238)
1 parent ff12b67 commit b65d5d7

File tree

1 file changed

+1
-1
lines changed
  • plugins/devices/src/turnkeyml_plugin_devices/onnxrt

1 file changed

+1
-1
lines changed

plugins/devices/src/turnkeyml_plugin_devices/onnxrt/execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def create_conda_env(conda_env_name: str):
4343
"create",
4444
"--name",
4545
conda_env_name,
46-
"python=3.8",
46+
"python=3.10",
4747
"-y",
4848
]
4949
)

0 commit comments

Comments
 (0)