File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,11 @@ classifiers = [
3131 " License :: OSI Approved :: MIT License" ,
3232]
3333dependencies = [
34- # "resampy >= 0.3.0", # 2022/06/29
3534 " soundfile >= 0.11.0" , # 2022/09/27
3635 " scipy >= 1.8.0" , # 2022/02/05
3736 " ordered-set >= 4.1.0" , # 2022/01/26
3837 " tqdm >= 4.64.0" , # 2022/04/04
3938 " numpy >= 1.22.0" , # 2021/12/31
40- # "numba >= 0.55.0", # 2022/01/14
4139 " pandas >= 1.4.0" , # 2022/02/22
4240 " psutil >= 5.9.0" , # 2021/12/29
4341 " pyarrow >= 7.0.0" , # 2022/02/03
@@ -62,6 +60,7 @@ repro = [
6260 " pandas == 2.3.3" ,
6361 " psutil == 7.1.3" ,
6462 " pyarrow == 22.0.0" ,
63+ " kagglehub == 0.3.13" ,
6564 " tensorflow == 2.20.0 ; sys_platform == 'linux' or (sys_platform == 'darwin' and platform_machine == 'arm64') or (sys_platform == 'windows' and platform_machine == 'amd64')" ,
6665 " ai-edge-litert == 2.0.3 ; python_version < '3.13' and sys_platform == 'linux'" ,
6766 # Indirect dependencies
@@ -77,7 +76,6 @@ repro = [
7776 " grpcio == 1.76.0" ,
7877 " h5py == 3.15.1" ,
7978 " idna == 3.11" ,
80- " kagglehub == 0.3.13" ,
8179 " keras == 3.12.0" ,
8280 " libclang == 18.1.1" ,
8381 " Markdown == 3.10" ,
You can’t perform that action at this time.
0 commit comments