chychkan / DeepFaceLab_MacOS

Run DeepFaceLab on MacOS
GNU General Public License v3.0
251 stars 55 forks source link

Add requirements file for Python 3.10 #49

Closed chychkan closed 2 years ago

chychkan commented 2 years ago

Addressing issue https://github.com/chychkan/DeepFaceLab_MacOS/issues/47

chychkan commented 2 years ago

Currently there's no version of scipy compatible with python 3.10. The latest scipy 1.7.1 still requires python < 3.10

chychkan commented 2 years ago

Now need to wait for tensorflow version compatible with Python 3.10