From 2ebaa634edae43d96388ff152b0025115c73d28c Mon Sep 17 00:00:00 2001 From: Omar Younis <42100908+younik@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:06:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10e0e6f..b0afd8f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A small CPU image scaling library with SIMD support on x86_64 and Arm (Neon). This project is aimed to replace OpenCV for image resizing, resolving installation inconveniences and compatibility issues. We developed this for future use in Gymnasium and PettingZoo wrappers. ## Installation -You can install from PyPI using `pip install tinyscaler`. Linux and macOS with Python 3.7, 3.8, 3.9, 3.10 and 3.11 are supported. +You can install from PyPI using `pip install tinyscaler`. Linux and macOS with Python >=3.7 are supported. ## Usage Tinyscaler contains a single external function, `scale` that using a numpy array input for the image and the new resized shape, returns the resized image.