mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
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
This commit is contained in:
parent
d63294a548
commit
bcfc794a1b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
tqdm
|
tqdm
|
||||||
numpy==1.19.3
|
numpy==1.19.3
|
||||||
h5py==2.9.0
|
h5py==2.10.0
|
||||||
opencv-python==4.1.0.25
|
opencv-python==4.1.0.25
|
||||||
ffmpeg-python==0.1.17
|
ffmpeg-python==0.1.17
|
||||||
scikit-image==0.14.2
|
scikit-image==0.14.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue