From bcfc794a1b47ec0b59a6403528646ceb24ff3e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98?= <79362520+legitnull@users.noreply.github.com> Date: Fri, 2 Apr 2021 06:13:30 -0600 Subject: [PATCH] tensorflow-gpu 2.4.0 depends on h5py~=2.10.0 (#5301) ERROR: Cannot install -r ./DeepFaceLab/requirements-cuda.txt (line 9) and h5py==2.9.0 because these package versions have conflicting dependencies. The conflict is caused by: The user requested h5py==2.9.0 tensorflow-gpu 2.4.0 depends on h5py~=2.10.0 --- requirements-cuda.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-cuda.txt b/requirements-cuda.txt index 5fb89ee..e31bbba 100644 --- a/requirements-cuda.txt +++ b/requirements-cuda.txt @@ -1,10 +1,10 @@ tqdm numpy==1.19.3 -h5py==2.9.0 +h5py==2.10.0 opencv-python==4.1.0.25 ffmpeg-python==0.1.17 scikit-image==0.14.2 scipy==1.4.1 colorama tensorflow-gpu==2.4.0 -pyqt5 \ No newline at end of file +pyqt5