mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
Revert "pin max numpy version to 1.22.x"
This reverts commit 997db773c3.
This commit is contained in:
parent
997db773c3
commit
6cd30126fd
|
|
@ -1,5 +1,6 @@
|
|||
protobuf>= 3.19.0,<3.20.0 # TF has started pulling in incompatible protobuf
|
||||
numpy>=1.21.0,<1.23.0
|
||||
numpy>=1.21.0; python_version < '3.8'
|
||||
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.21.0,<1.23.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,4 +1,5 @@
|
|||
-r _requirements_base.txt
|
||||
numpy>=1.21.0,<1.23.0
|
||||
numpy>=1.21.0; python_version < '3.8'
|
||||
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