mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 09:21:18 +08:00
rid warning (#789)
This commit is contained in:
parent
42458914c8
commit
e92de216fd
@ -3,7 +3,7 @@
|
|||||||
import sys
|
import sys
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_namespace_packages, setup
|
||||||
|
|
||||||
package_dir = Path(__file__).parent / "mlx_whisper"
|
package_dir = Path(__file__).parent / "mlx_whisper"
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ setup(
|
|||||||
url="https://github.com/ml-explore/mlx-examples",
|
url="https://github.com/ml-explore/mlx-examples",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
packages=find_packages(),
|
packages=find_namespace_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user