From 85f4b47e79ee4df34f8167bb826f4df49e537757 Mon Sep 17 00:00:00 2001 From: Jaret Burkett Date: Mon, 2 Jun 2025 06:54:35 -0600 Subject: [PATCH] Fix issue with setup tools requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad7d00f2..264836a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,4 +35,5 @@ gradio python-slugify opencv-python pytorch-wavelets==1.3.0 -matplotlib==3.10.1 \ No newline at end of file +matplotlib==3.10.1 +setuptools==69.5.1 \ No newline at end of file