From 6de350812e180cb0be4918e61fbf14af78d6f908 Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Mon, 24 Feb 2025 17:22:12 +0900 Subject: [PATCH] Update setup.py --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index d40e0dbf2..3d3aaaaad 100644 --- a/python/setup.py +++ b/python/setup.py @@ -100,10 +100,10 @@ def _maybe_add_library_root(lib_name): packages=find_packages(exclude=["bin"]), package_data=package_data, ext_modules=[ctranslate2_module], - python_requires=">=3.8", + python_requires=">=3.9", install_requires=[ "setuptools", - "numpy", + "numpy<2", "pyyaml>=5.3,<7", ], entry_points={