Skip to content

Commit cd6a94c

Browse files
authored
[UR] Install black in requirements.txt (#17350)
Unified-runtime is formatted using black, so include it in the Python environment. `packaging` was also bumped since it is a dependency. This does not make any changes to CI or cmake.
1 parent 6931630 commit cd6a94c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unified-runtime/third_party/requirements.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Jinja2==3.1.4
1616
lxml==4.9.3
1717
Mako==1.3.0
1818
MarkupSafe==2.1.5
19-
packaging==19.2
19+
packaging==24.2
2020
Pygments==2.17.2
2121
pyparsing==2.4.5
2222
pytest>=7.0
@@ -39,3 +39,6 @@ sphinxcontrib-websupport==1.2.4
3939
sphinx-rtd-theme==1.0.0
4040
urllib3==2.2.2
4141
dataclasses-json==0.6.7
42+
43+
# Unified-runtime is formatted using black
44+
black==25.1.0

0 commit comments

Comments
 (0)