Skip to content

Commit 374a252

Browse files
authored
Update deps for macOS (#833)
1 parent b5c16b5 commit 374a252

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
dependencies = [
2626
"librosa>=0.11",
2727
"resampy",
28-
"tensorflow>=2.20;platform_system!='Darwin'",
29-
"tensorflow==2.19;platform_system=='Darwin'", # https://github.com/apache/arrow/issues/40088 - until fixed
28+
"tensorflow>=2.20",
29+
"pyarrow>=22.0.0;platform_system=='Darwin'", # https://github.com/apache/arrow/issues/40088
3030
"tqdm",
3131
"pandas",
3232
"matplotlib",

0 commit comments

Comments
 (0)