From 51550f19e5c8b69d424dc03f1e23d2812d7e5703 Mon Sep 17 00:00:00 2001 From: Roger Condori <114810545+R3gm@users.noreply.github.com> Date: Sat, 30 Nov 2024 04:56:47 +0000 Subject: [PATCH] chore: less restrictive deps --- poetry.lock | 4 ++-- pyproject.toml | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index c16986c..6a56582 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "absl-py" @@ -5023,4 +5023,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "aae6733cf2a56e11340a26f880d860b0162ba458d9c44a9c600e04cc6b665329" +content-hash = "32b6a0656d40267286505ba9d1f8b74671c3e7b94725f59d5e43ce0e5b302e4f" diff --git a/pyproject.toml b/pyproject.toml index 21e33c6..e48b31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"