Skip to content

Commit

Permalink
Specify in setup.py that setuptools>=40.8.0 is a required depende…
Browse files Browse the repository at this point in the history
…ncy (#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 <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev authored Dec 2, 2024
1 parent 83cf436 commit e950d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ def get_git_commit_hash(length=8):
author_email="phil@openai.com",
description="A language and compiler for custom Deep Learning operations",
long_description="",
install_requires=["setuptools>=40.8.0"],
packages=get_packages(),
entry_points=get_entry_points(),
package_data=package_data,
Expand Down

0 comments on commit e950d9a

Please sign in to comment.