Skip to content

Commit d28cf49

Browse files
authored
Don't install tensorflow-macos for python<=3.11
1 parent 241c4ce commit d28cf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "basic-pitch"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Basic Pitch, a lightweight yet powerful audio-to-MIDI converter with pitch bend detection."
55
readme = "README.md"
66
keywords = []
@@ -28,7 +28,7 @@ dependencies = [
2828
"scikit-learn",
2929
"scipy>=1.4.1",
3030
"tensorflow>=2.4.1,<2.15.1; platform_system != 'Darwin' and python_version >= '3.11'",
31-
"tensorflow-macos>=2.4.1,<2.15.1; platform_system == 'Darwin'",
31+
"tensorflow-macos>=2.4.1,<2.15.1; platform_system == 'Darwin' and python_version > '3.11'",
3232
"tflite-runtime; platform_system == 'Linux' and python_version < '3.11'",
3333
"typing_extensions",
3434
]

0 commit comments

Comments
 (0)