Skip to content

Commit 89befac

Browse files
Merge pull request #108 from abhishek47kashyap/py310
Minimum python version changed from 3.11 to 3.10
2 parents 9ec214f + 8d07754 commit 89befac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Language Segment-Anything is an open-source project that combines the power of i
1717

1818
### Prerequisites
1919

20-
- Python 3.11 or higher
20+
- Python 3.10 or higher
2121

2222
### Installation
2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
authors = [
1111
{ name = "Luca Medeiros", email = "lucamedeiros@outlook.com" },
1212
]
13-
requires-python = ">=3.11"
13+
requires-python = ">=3.10"
1414
dynamic = ["dependencies"]
1515

1616
[tool.setuptools.dynamic]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ litserve==0.2.8
33
opencv-python-headless==4.10.0.84
44
pydantic>=2.9.2
55
sam-2 @ git+https://github.com/facebookresearch/segment-anything-2@c2ec8e14a185632b0a5d8b161928ceb50197eddc
6-
supervision==0.23.0 ; python_full_version > '3.10'
6+
supervision==0.23.0 ; python_full_version >= '3.10'
77
transformers==4.44.2
88
uvloop==0.20.0
99
torch==2.4.1

0 commit comments

Comments
 (0)