Skip to content

Commit

Permalink
Merge pull request #73 from UBC-MDS/version
Browse files Browse the repository at this point in the history
changed requirment of Python from 3.7 to 3.10
  • Loading branch information
gracez-20 authored Feb 2, 2025
2 parents 27d8c9c + d6a1f0b commit 924e9c2
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 924e9c2

Please sign in to comment.