Update pyproject.toml

This commit is contained in:
Wang Xin 2022-08-11 17:56:57 +08:00 committed by GitHub
parent 8fc231ce6c
commit fc5050795a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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"]