From 4ab9eb5f63070cd87849d1f899c749e98adf453a Mon Sep 17 00:00:00 2001 From: Reza Behzadan Date: Fri, 15 Dec 2023 05:11:32 +0330 Subject: [PATCH] Downgrade python version to 3.10 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2580482..6ecf497 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -https://download.pytorch.org/whl/cpu/torch-2.1.1%2Bcpu-cp311-cp311-linux_x86_64.whl#sha256=d83b13cb17544f9851cc31fed197865eae0c0f5d32df9d8d6d8535df7d2e5109 -https://download.pytorch.org/whl/cpu/torchaudio-2.1.1%2Bcpu-cp311-cp311-linux_x86_64.whl#sha256=e0eb276958fcbd7c88f5daf761823e36ce5e41332d40f9e01fb49d80d7cc1bb1 +https://download.pytorch.org/whl/cpu/torch-2.1.1%2Bcpu-cp310-cp310-linux_x86_64.whl +https://download.pytorch.org/whl/cpu/torchaudio-2.1.1%2Bcpu-cp310-cp310-linux_x86_64.whl fastapi==0.104.1 librosa==0.10.1