Skip to content

Commit

Permalink
changed requirment of Python from 3.7 to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yajing03 committed Feb 2, 2025
1 parent 27d8c9c commit d6a1f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit d6a1f0b

Please sign in to comment.