Skip to content

Commit

Permalink
Don't install tensorflow-macos for python<=3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
drubinstein committed Apr 23, 2024
1 parent 241c4ce commit d28cf49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "basic-pitch"
version = "0.3.2"
version = "0.3.3"
description = "Basic Pitch, a lightweight yet powerful audio-to-MIDI converter with pitch bend detection."
readme = "README.md"
keywords = []
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies = [
"scikit-learn",
"scipy>=1.4.1",
"tensorflow>=2.4.1,<2.15.1; platform_system != 'Darwin' and python_version >= '3.11'",
"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'",
"tflite-runtime; platform_system == 'Linux' and python_version < '3.11'",
"typing_extensions",
]
Expand Down

0 comments on commit d28cf49

Please sign in to comment.