Skip to content

Commit

Permalink
unpin scikit learn
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Feb 29, 2024
1 parent 3238689 commit 76a759c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ dependencies = [
"onnxruntime; platform_system == 'Windows' and python_version < '3.11'",
"pretty_midi>=0.2.9",
"resampy>=0.2.2",
"scikit-learn",
"scipy>=1.4.1",
"tflite-runtime; platform_system == 'Linux' and python_version < '3.11'",
"typing_extensions",
"tensorflow>=2.4.1; platform_system != 'Darwin' and python_version >= '3.11'",
"tensorflow-macos>=2.4.1; platform_system == 'Darwin' and python_version >= '3.11'",
"scikit-learn<=1.1.2"
"tflite-runtime; platform_system == 'Linux' and python_version < '3.11'",
"typing_extensions",
]

[metadata]
Expand Down

0 comments on commit 76a759c

Please sign in to comment.