Update pyproject.toml
This commit is contained in:
parent
8fc231ce6c
commit
fc5050795a
|
@ -24,8 +24,9 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"opencv-python>=4.1.2",
|
||||
"Pillow",
|
||||
"scikit-learn"
|
||||
"Pillow~=9.2.0",
|
||||
"scikit-learn~=1.1.1",
|
||||
"numpy~=1.23.1"
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue