Skip to content

Commit 0ba442a

Browse files
Update setuptools dependency
Signed-off-by: Khaled Sulayman <[email protected]>
1 parent 8f9910e commit 0ba442a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/e2e-nvidia-t4-x1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# https://github.com/instructlab/instructlab/issues/1821
123123
# install with Torch and build dependencies installed
124124
python3.11 -m pip install packaging wheel setuptools-scm
125-
python3.11 -m pip install .[cuda]
125+
python3.11 -m pip install -c constraints.txt .[cuda]
126126
127127
- name: Update instructlab-sdg library
128128
working-directory: ./sdg

constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
deepspeed==0.16.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
[build-system]
4-
requires = ["setuptools>=64", "setuptools_scm>=8"]
4+
requires = ["setuptools>=70.1.0", "setuptools_scm>=8"]
55
build-backend = "setuptools.build_meta"
66

77
[project]

0 commit comments

Comments
 (0)