From 119b4d6e16c2a90db1664ccaac748507feb73ea0 Mon Sep 17 00:00:00 2001 From: Mel Massadian Date: Sat, 22 Jul 2023 19:07:56 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A5=20properly=20match=20built?= =?UTF-8?q?=20wheels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-wheels.txt | 2 -- requirements.txt | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index 91e7cb1..af6449d 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -1,5 +1,3 @@ insightface==0.7.3 mmcv==2.0.0 -mmdet==3.0.0 -facexlib==0.3.0 basicsr==1.4.2 diff --git a/requirements.txt b/requirements.txt index 3b936dd..462486e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,6 @@ tb-nightly==2.12.0a20230126; platform_system == "Windows" tensorflow; platform_system != "Windows" # the old tf version on windows comes with a breaking protobuf version protobuf==3.19.6 -gdown @ git+https://github.com/melMass/gdown@main \ No newline at end of file +gdown @ git+https://github.com/melMass/gdown@main +mmdet==3.0.0 +facexlib==0.3.0