Skip to content

Commit 29f5b7a

Browse files
shangw-nvidianv-kkudrynski
authored andcommitted
[LDDL] Fix the version of one of LDDL's dependencies (i.e., wikiextractor)
1 parent de507d9 commit 29f5b7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyTorch/LanguageModeling/BERT/lddl/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'news-please==1.5.21',
3333
'cchardet==2.1.7',
3434
'awscli==1.22.55',
35-
'wikiextractor @ git+https://github.com/attardi/wikiextractor.git',
35+
'wikiextractor @ git+https://github.com/attardi/wikiextractor.git@v3.0.6',
3636
],
3737
entry_points={
3838
'console_scripts': [

Tools/lddl/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'news-please==1.5.21',
3333
'cchardet==2.1.7',
3434
'awscli==1.22.55',
35-
'wikiextractor @ git+https://github.com/attardi/wikiextractor.git',
35+
'wikiextractor @ git+https://github.com/attardi/wikiextractor.git@v3.0.6',
3636
],
3737
entry_points={
3838
'console_scripts': [

0 commit comments

Comments
 (0)