Skip to content

Commit 2958632

Browse files
authored
Add PyYAML>=5.4.1 to "compact" in extras
1 parent 22d2803 commit 2958632

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939

4040
requirements = [
4141
"backports.zoneinfo; python_version<'3.9'",
42-
"requests>=2.22.0",
42+
"requests>=2.31",
4343
"tzdata; sys_platform == 'win32'",
4444
]
4545

4646
extras = {
4747
"abbreviation": ["khamyo>=0.2.0"],
4848
"attacut": ["attacut>=1.0.6"],
49-
"benchmarks": ["PyYAML>=5.3.1", "numpy>=1.22", "pandas>=0.24"],
49+
"benchmarks": ["PyYAML>=5.4.1", "numpy>=1.22", "pandas>=0.24"],
5050
"coreference_resolution": [
5151
"fastcoref>=2.1.5",
5252
"spacy>=3.0",
@@ -100,11 +100,11 @@
100100
"wsd": ["sentence-transformers>=2.2.2"],
101101
"wtp": ["transformers>=4.6.0", "wtpsplit>=1.0.1"],
102102
"wunsen": ["wunsen>=0.0.1"],
103-
# Compact dependencies
104-
"compact": ["numpy>=1.22", "pyicu>=2.3", "python-crfsuite>=0.9.7"],
103+
# Compact dependencies, this one matches requirements.txt
104+
"compact": ["PyYAML>=5.4.1", "numpy>=1.22", "pyicu>=2.3", "python-crfsuite>=0.9.7"],
105105
# Full dependencies
106106
"full": [
107-
"PyYAML>=5.3.1",
107+
"PyYAML>=5.4.1",
108108
"attacut>=1.0.4",
109109
"bpemb>=0.3.2",
110110
"emoji>=0.5.1",

0 commit comments

Comments
 (0)