From 11b68f2e0fdfb5fb2d24c31f118a9256a51e5dbc Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 1 Jun 2023 08:30:01 +0200 Subject: [PATCH] Conditional dependencies for Mac --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2652c0e..f81fa0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ psutil==5.9.5 tk==0.1.0 pillow==9.5.0 torch==2.0.1 -onnxruntime==1.15.0; sys_platform == 'linux' +onnxruntime==1.15.0; sys_platform == 'darwin' onnxruntime-gpu==1.15.0; sys_platform != 'darwin' tensorflow==2.12.0 opennsfw2==0.10.2