Skip to content

Commit 2a81603

Browse files
committed
Update nlpo3 version
1 parent 87f0cd4 commit 2a81603

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fastcoref==2.1.6
1111
gensim==4.3.2
1212
h5py==3.1.0
1313
khanaa==0.0.6
14-
nlpo3==1.3.0
14+
nlpo3==1.3.1
1515
nltk==3.6.6
1616
numpy==1.22.*
1717
OSKut==1.3

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"ipa": ["epitran>=1.1"],
6868
"ml": ["numpy>=1.22", "torch>=1.0.0"],
6969
"mt5": ["sentencepiece>=0.1.91", "transformers>=4.6.0"],
70-
"nlpo3": ["nlpo3>=1.3.0"],
70+
"nlpo3": ["nlpo3>=1.3.1"],
7171
"onnx": ["numpy>=1.22", "onnxruntime>=1.10.0", "sentencepiece>=0.1.91"],
7272
"oskut": ["oskut>=1.3"],
7373
"sefr_cut": ["sefr_cut>=1.1"],
@@ -103,7 +103,7 @@
103103
# Compact dependencies, this one matches requirements.txt
104104
"compact": [
105105
"PyYAML>=5.4.1",
106-
"nlpo3>=1.3.0",
106+
"nlpo3>=1.3.1",
107107
"numpy>=1.22",
108108
"pyicu>=2.3",
109109
"python-crfsuite>=0.9.7",
@@ -120,7 +120,7 @@
120120
"fastcoref>=2.1.5",
121121
"gensim>=4.0.0",
122122
"khamyo>=0.2.0",
123-
"nlpo3>=1.3.0",
123+
"nlpo3>=1.3.1",
124124
"nltk>=3.3",
125125
"numpy>=1.22",
126126
"onnxruntime>=1.10.0",

0 commit comments

Comments
 (0)