From 42d7573a1c150057f840ccbbadefaa1f2c260498 Mon Sep 17 00:00:00 2001 From: Francis Lata Date: Fri, 17 Jan 2025 09:28:54 -0800 Subject: [PATCH] add boto3 testing dependencies --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee41181595..8d09271764 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,8 @@ setup(name='tinygrad', "bottle", "ggml-python", "capstone", - "pycocotools" + "pycocotools", + "boto3" ], 'webgpu': ["wgpu"], 'docs': [