Skip to content

Commit 45548b9

Browse files
committed
cleanup and update windows workflow
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 1aaf021 commit 45548b9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
cd ${{ env.NEW_WORKSPACE }}
4848
cd python
49-
pip install -U wheel pybind11 certifi cython cmake
49+
pip install -U wheel pybind11 certifi cython cmake setuptools>=65.6.1
5050
python -m certifi
5151
pip install -v --no-build-isolation '.[build]'
5252

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=65.6.1", "wheel", "cmake>=3.18", "ninja>=1.11.1"]
2+
requires = ["setuptools>=40.8.0", "wheel", "cmake>=3.18", "ninja>=1.11.1"]
33

44
[tool.yapf]
55
based_on_style = "pep8"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[build-system]
3-
requires = ["setuptools>=65.6.1", "wheel", "cmake>=3.18", "ninja>=1.11.1", "pybind11>=2.13.1"]
3+
requires = ["setuptools>=40.8.0", "wheel", "cmake>=3.18", "ninja>=1.11.1", "pybind11>=2.13.1"]
44

55
# We're incrementally switching from autopep8 to ruff.
66
[tool.autopep8]

python/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,6 @@ def get_git_commit_hash(length=8):
765765
author_email="[email protected]",
766766
description="A language and compiler for custom Deep Learning operations",
767767
long_description="",
768-
install_requires=["setuptools>=65.6.1"],
769768
packages=get_packages(),
770769
entry_points=get_entry_points(),
771770
package_data=package_data,

0 commit comments

Comments
 (0)