diff --git a/.gitignore b/.gitignore index f07d15c..91205df 100644 --- a/.gitignore +++ b/.gitignore @@ -167,4 +167,5 @@ dump/ .ruff_cache/ **.jsonl test.py -inference_dataset/ \ No newline at end of file +inference_dataset/ +poetry.lock \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7686056..0075580 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ diffusers = "^0.27.2" accelerate = "^0.30.1" wandb = "^0.18.3" poetry = "^1.8.3" -weave = "^0.51.12" +weave = "0.51.14" huggingface-hub = "^0.23.0" datasets = "^2.19.1" fal_client = "^0.5.0"