We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c16b5 commit 374a252Copy full SHA for 374a252
1 file changed
pyproject.toml
@@ -25,8 +25,8 @@ classifiers = [
25
dependencies = [
26
"librosa>=0.11",
27
"resampy",
28
- "tensorflow>=2.20;platform_system!='Darwin'",
29
- "tensorflow==2.19;platform_system=='Darwin'", # https://github.com/apache/arrow/issues/40088 - until fixed
+ "tensorflow>=2.20",
+ "pyarrow>=22.0.0;platform_system=='Darwin'", # https://github.com/apache/arrow/issues/40088
30
"tqdm",
31
"pandas",
32
"matplotlib",
0 commit comments