Skip to content

Commit

Permalink
[SEC-7] pin scipy version; remove support for python 3.8 (#58)
Browse files Browse the repository at this point in the history
* pin scipy version; remove support for python 3.8

* update requirements.txt file
  • Loading branch information
seedlit authored Sep 19, 2023
1 parent 9b96bde commit d8c523e
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
extras:
- ''
- '[speedups]'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Python package and commandline tool to evaluate the similarity between two image

## Installation

Supports Python >=3.8.
Supports Python >=3.9.

```bash
pip install image-similarity-measures
Expand Down
Loading

0 comments on commit d8c523e

Please sign in to comment.