Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rinarakaki authored Feb 24, 2025
1 parent 658a4f3 commit 6de3508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 6de3508

Please sign in to comment.