Skip to content

Commit e950d9a

Browse files
authored
Specify in setup.py that setuptools>=40.8.0 is a required dependency (#5293)
Closes #5090 vancoykendall is right that the dependency is used not only during build. However, for now I added it to `setup.py`, since the migration of dependencies to `pyproject.toml` has not yet occurred. Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 83cf436 commit e950d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ def get_git_commit_hash(length=8):
711711
author_email="[email protected]",
712712
description="A language and compiler for custom Deep Learning operations",
713713
long_description="",
714+
install_requires=["setuptools>=40.8.0"],
714715
packages=get_packages(),
715716
entry_points=get_entry_points(),
716717
package_data=package_data,

0 commit comments

Comments
 (0)