1
0
Fork 0

fix(api): pin pip dependencies, add requirements to renovate

This commit is contained in:
Sean Sube 2023-06-19 18:02:00 -05:00
parent 3c5641b9a7
commit 03402dba67
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
7 changed files with 39 additions and 33 deletions

View File

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.0.0
torchvision==0.15.1
onnxruntime-directml>=1.13
onnxruntime-directml==1.14.0

View File

@ -1,33 +1,33 @@
### Specific versions ###
numpy>=1.20,<1.24
protobuf<4,>=3.20.2
numpy==1.23.5
protobuf==3.20.3
### SD packages ###
accelerate
coloredlogs
controlnet_aux
diffusers
mediapipe
omegaconf
onnx
accelerate==0.16.0
coloredlogs==15.0.1
controlnet_aux==0.0.2
diffusers==0.15.1
mediapipe==0.9.2.1
omegaconf==
onnx==1.13.0
# onnxruntime has many platform-specific packages
safetensors
timm
transformers
safetensors==0.2.8
timm==0.6.13
transformers==4.26.1
#### Upscaling and face correction
basicsr
codeformer-perceptor
facexlib
gfpgan
realesrgan
basicsr==1.4.2
codeformer-perceptor==0.1.2
facexlib==0.2.5
gfpgan==1.3.8
realesrgan==0.3.0
### Server packages ###
arpeggio
boto3
flask
flask-cors
jsonschema
pyyaml
setproctitle
waitress
arpeggio==2.0.0
boto3==1.26.69
flask==2.2.2
flask-cors==3.0.10
jsonschema==4.17.3
pyyaml==6.0
setproctitle==1.3.2
waitress==2.1.2

View File

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.0.0
torchvision==0.15.1
onnxruntime>=1.13
onnxruntime==1.14.0

View File

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu117
torch==2.0.0
torchvision==0.15.1
onnxruntime-gpu>=1.13
onnxruntime-gpu==1.14.0

View File

@ -1,2 +1,2 @@
pytorch_lightning
PyGObject
pytorch_lightning==2.0.0
PyGObject==3.44.1

View File

@ -1,2 +1,2 @@
pytorch_lightning
win10toast
pytorch_lightning==2.0.0
win10toast==0.9

View File

@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"pip_requirements": {
"fileMatch": [
"(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$",
"api/requirements/[\\w-]+.txt"
]
}
}