mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
Update python 3.7 pins
This commit is contained in:
parent
92f142b8e7
commit
3b95c3c9c2
|
|
@ -3,7 +3,7 @@ psutil>=5.9.0
|
|||
opencv-python>=4.6.0.0
|
||||
pillow>=9.2.0
|
||||
scikit-learn==1.0.2; python_version < '3.8'
|
||||
scikit-learn>=1.1.0; python_version > '3.7'
|
||||
scikit-learn>=1.1.0; python_version >= '3.8'
|
||||
fastcluster>=1.2.6
|
||||
matplotlib>=3.5.1
|
||||
imageio>=2.19.3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
protobuf>= 3.19.0,<3.20.0 # TF has started pulling in incompatible protobuf
|
||||
numpy>=1.21.0; python_version < '3.8'
|
||||
numpy>=1.22.0; python_version > '3.7'
|
||||
numpy>=1.22.0; python_version >= '3.8'
|
||||
tensorflow-macos>=2.8.0,<2.10.0
|
||||
tensorflow-deps>=2.8.0,<2.10.0
|
||||
tensorflow-metal>=0.4.0,<0.6.0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
-r _requirements_base.txt
|
||||
numpy>=1.22.0
|
||||
numpy>=1.21.0; python_version < '3.8'
|
||||
numpy>=1.22.0; python_version >= '3.8'
|
||||
tensorflow>=2.7.0,<2.10.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-r _requirements_base.txt
|
||||
numpy>=1.21.0; python_version < '3.8'
|
||||
numpy>=1.22.0; python_version > '3.7'
|
||||
numpy>=1.22.0; python_version >= '3.8'
|
||||
tensorflow-gpu>=2.7.0,<2.10.0
|
||||
pynvx==1.0.0 ; sys_platform == "darwin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user