8000 Fix typo in lxml requirement (#129695) · pytorch/pytorch@f86dbae · GitHub
[go: up one dir, main page]

Skip to content

Commit f86dbae

Browse files
jithunnair-amdpytorchmergebot
authored andcommitted
Fix typo in lxml requirement (#129695)
Extra period at the end throws off pip: ``` root@f04177cab5af:/data/pytorch# pip install -r .ci/docker/requirements-ci.txt ERROR: Invalid requirement: 'lxml==5.0.0.': Expected end or semicolon (after version specifier) lxml==5.0.0. ~~~~~~~^ (from line 309 of .ci/docker/requirements-ci.txt) ``` Not sure why CI docker builds do not have an issue with this period. Typo comes from f73b1b9 Pull Request resolved: #129695 Approved by: https://github.com/huydhn
1 parent fdd0a7f commit f86dbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ pywavelets==1.5.0 ; python_version >= "3.12"
306306
#Pinned versions: 1.4.1
307307
#test that import:
308308

309-
lxml==5.0.0.
309+
lxml==5.0.0
310310
#Description: This is a requirement of unittest-xml-reporting
311311

312312
# Python-3.9 binaries

0 commit comments

Comments
 (0)
0