Skip to content

Commit

Permalink
chore(ml):ライブラリを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoya0902 committed Nov 1, 2023
1 parent 9d11390 commit 519100c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ omegaconf = "^2.3.0"
pillow = "^10.0.0"
sympy = "^1.12"
torch = [
{ version = "^2.0.1+cu118", source = "torch_cu118", markers = "sys_platform != 'darwin'" },
{ url = "https://download.pytorch.org/whl/cu118/torch-2.0.1%2Bcu118-cp311-cp311-win_amd64.whl", markers = "sys_platform == 'win32'" },
{ version = "^2.0.1+cu118", source = "torch_cu118", markers = "sys_platform == 'linux'" },
{ version = "^2.0.1+cpu", source = "torch_cpu", markers = "sys_platform == 'darwin'" },
]
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit 519100c

Please sign in to comment.