Skip to content

Commit 66ec185

Browse files
author
faradox
committed
adjust requirements.txt
1 parent 9279f53 commit 66ec185

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
input/
12
library/
23
processed/
34
separated/

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ demucs==4.0.0
99
basic-pitch==0.2.0
1010
matplotlib
1111
tensorflow==2.9; sys_platform == 'windows' or platform_machine != 'arm64'
12-
tensorflow-macos==2.9; sys_platform == 'darwin' and platform_machine == 'arm64'
13-
tensorflow-metal==2.9; sys_platform == 'darwin' and platform_machine == 'arm64'
12+
tensorflow-macos; sys_platform == 'darwin' and platform_machine == 'arm64'
13+
tensorflow-metal; sys_platform == 'darwin' and platform_machine == 'arm64'
1414

0 commit comments

Comments
 (0)