From d6a1f0bef353eff9593068e0d8484a9cd60d240e Mon Sep 17 00:00:00 2001 From: Yajing Liu Date: Sat, 1 Feb 2025 19:41:03 -0800 Subject: [PATCH] changed requirment of Python from 3.7 to 3.10 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ca9d75..456468e 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ This package consists of four functions: ## Installation -`matrics_calculator` requires Python **3.7 or later**. - To install the package, navigate to the root directory of the project and run: ```bash $ pip install matrics_calculator ``` +`matrics_calculator` requires Python version **3.10 or later**. + ### Dependencies This package requires the following dependencies: - [numpy](https://numpy.org/)