diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..91392f2 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // IntelliSense を使用して利用可能な属性を学べます。 + // 既存の属性の説明をホバーして表示します。 + // 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "localhost に対して Chrome を起動する", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index f65195e..d3d05fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ tk==0.1.0 customtkinter==5.2.2 pillow==9.5.0 torch==2.0.1+cu118; sys_platform != 'darwin' -torch==2.0.1; sys_platform == 'darwin' +torch==2.2.0; sys_platform == 'darwin' torchvision==0.15.2+cu118; sys_platform != 'darwin' torchvision==0.15.2; sys_platform == 'darwin' onnxruntime==1.18.0; sys_platform == 'darwin' and platform_machine != 'arm64'