diff --git a/pyproject.toml b/pyproject.toml index 0b00cc2..ff2c272 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "comfyui-reactor-node" description = "The Fast and Simple Face Swap Extension Node for ComfyUI, based on ReActor SD-WebUI Face Swap Extension" -version = "0.5.2-a1" +version = "0.5.2-a2" license = { file = "LICENSE" } -dependencies = ["insightface==0.7.3", "onnx>=1.14.0", "opencv-python>=4.7.0.72", "numpy", "segment_anything", "albumentations>=1.4.16", "ultralytics"] +dependencies = ["insightface==0.7.3", "onnx>=1.14.0", "opencv-python>=4.7.0.72", "numpy==1.26.3", "segment_anything", "albumentations>=1.4.16", "ultralytics"] [project.urls] Repository = "https://github.com/Gourieff/comfyui-reactor-node"