From 9fa33a17d7741b4be7ebf08cc82008a5b5e94540 Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Fri, 24 Jan 2025 13:05:18 -0500 Subject: [PATCH] Try to revert pyproject.toml changes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 95a1f0a7..0961f1ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,8 +89,8 @@ description = "Road-core service is an AI powered assistant that runs on OpenShi authors = [] dependencies = [ "pdm==2.21.0", - "torch@http://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp311-cp311-linux_x86_64.whl ; platform_system != 'Darwin'", - "torch-macos@http://download.pytorch.org/whl/cpu/torch-2.5.1-cp311-none-macosx_11_0_arm64.whl ; platform_system == 'Darwin'", + 'torch@http://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp311-cp311-linux_x86_64.whl ; platform_system != "Darwin"', + 'torch-macos@http://download.pytorch.org/whl/cpu/torch-2.5.1-cp311-none-macosx_11_0_arm64.whl ; platform_system == "Darwin"', "pandas==2.1.4", "httpx==0.27.2", "fastapi==0.115.6",