Skip to content

Commit

Permalink
chore: less restrictive deps
Browse files Browse the repository at this point in the history
  • Loading branch information
R3gm committed Nov 30, 2024
1 parent 923bd52 commit 51550f1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ python = "^3.10"
torch = {version = "*", source = "pytorch-gpu-src"}
torchvision = {version = "*", source = "pytorch-gpu-src"}
torchaudio = {version = "*", source = "pytorch-gpu-src"}
omegaconf = "2.3.0"
omegaconf = ">=2.3.0"
diffusers = "0.30.2"
compel = "2.0.2"
invisible-watermark = "^0.2.0"
transformers = "^4.41.2"
accelerate = "^0.31.0"
safetensors = "0.4.3"
mediapy = "^1.1.9"
invisible-watermark = "0.2.0"
transformers = ">=4.41.2"
accelerate = ">=0.31.0"
safetensors = ">=0.4.3"
mediapy = ">=1.1.9"
ipywidgets = "7.7.1"
controlnet-aux = "^0.0.6"
mediapipe = "0.10.1"
pytorch-lightning = "^2.0.9.post0"
ultralytics = "^8.0.0"
huggingface_hub = "^0.23.1"
peft = "^0.11.1"
torchsde = "^0.2.6"
onnxruntime = "^1.18.0"
insightface = "^0.7.3"
opencv-contrib-python = "^4.8.0.76"
controlnet-aux = "0.0.6"
mediapipe = ">=0.10.1"
pytorch-lightning = ">=2.0.9.post0"
ultralytics = ">=8.0.0"
huggingface_hub = ">=0.23.1"
peft = ">=0.11.1"
torchsde = ">=0.2.6"
onnxruntime = ">=1.18.0"
insightface = ">=0.7.3"
opencv-contrib-python = ">=4.8.0.76"
sentencepiece = "*"
numpy = "<=1.26.4"

Expand Down

0 comments on commit 51550f1

Please sign in to comment.