We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241c4ce commit d28cf49Copy full SHA for d28cf49
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "basic-pitch"
3
-version = "0.3.2"
+version = "0.3.3"
4
description = "Basic Pitch, a lightweight yet powerful audio-to-MIDI converter with pitch bend detection."
5
readme = "README.md"
6
keywords = []
@@ -28,7 +28,7 @@ dependencies = [
28
"scikit-learn",
29
"scipy>=1.4.1",
30
"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'",
+ "tensorflow-macos>=2.4.1,<2.15.1; platform_system == 'Darwin' and python_version > '3.11'",
32
"tflite-runtime; platform_system == 'Linux' and python_version < '3.11'",
33
"typing_extensions",
34
]
0 commit comments