Skip to content

Commit 4b98ed4

Browse files
authored
Merge branch 'master' into ci_fixes
2 parents c706f7e + 27136a8 commit 4b98ed4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements/common.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ packaging==23.2
55
pynvml==11.5.0
66
pyyaml==6.0
77
ninja==1.11.1.1
8+
setuptools==69.5.1

ts_scripts/install_dependencies.py

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def install_python_packages(self, cuda_version, requirements_file_path, nightly)
146146
else:
147147
self.install_torch_packages(cuda_version)
148148

149-
os.system(f"{sys.executable} -m pip install -U pip setuptools")
150149
# developer.txt also installs packages from common.txt
151150
os.system(f"{sys.executable} -m pip install -U -r {requirements_file_path}")
152151

0 commit comments

Comments
 (0)