Skip to content

Commit

Permalink
Fix ML Libs version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Apr 16, 2024
1 parent 85df25b commit 066a65c
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
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
"coremltools; platform_system == 'Darwin' and python_version < '3.11'",
"coremltools; platform_system == 'Darwin'",
"librosa>=0.8.0",
"mir_eval>=0.6",
"numpy>=1.18",
Expand All @@ -27,7 +27,7 @@ dependencies = [
"scikit-learn",
"scipy>=1.4.1",
"tensorflow>=2.4.1,<2.16; platform_system != 'Darwin' and python_version >= '3.11'",
"tensorflow-macos>=2.4.1; platform_system == 'Darwin' and python_version >= '3.11'",
"tensorflow-macos>=2.4.1,<2.16; 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 066a65c

Please sign in to comment.