mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
pin python (#5904)
This commit is contained in:
parent
cc2dc12f6c
commit
4dd7412a86
@ -7,7 +7,7 @@ readme = "README.md"
|
||||
packages = [{include = "app"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "=3.11.*"
|
||||
python = ">=3.10,<3.12"
|
||||
onnxruntime = "^1.15.0"
|
||||
insightface = "^0.7.3"
|
||||
opencv-python-headless = "^4.7.0.72"
|
||||
|
@ -2,6 +2,10 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base", "docker:pinDigests"],
|
||||
"minimumReleaseAge": "5 days",
|
||||
"constraints": {
|
||||
"python": "< 3.12"
|
||||
},
|
||||
"constraintsFiltering": "strict",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchFileNames": ["cli/**"],
|
||||
|
Loading…
Reference in New Issue
Block a user