File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 11
22# Basic/minimal requirements
33penman >= 1.1.0
4- torch >= 1.6
5- numpy
6- spacy >= 2.0 # also requires model download `python -m spacy download en_core_web_sm`
4+ torch >= 1.13.1 # 升级到 1.13.1 或更高
5+ numpy >= 1.21 # 升级到 1.21 或更高
6+ spacy >= 2.0
77tqdm
8- transformers >= 3.0 # Note that original models trained with v3.4.0
8+ transformers >= 4.30.0 # 升级到 4.30.0 或更高
99smatch
1010
11- # Model specific
12- cached_property # parse_spring model only
13- networkx # parse_spring model only
11+ cached_property
12+ networkx
1413
15- # Used for amr_view / PlotAMR
1614PyQt5
17- graphviz # this requires the Graphviz non-python library to be installed too (see pypi page)
15+ graphviz
1816
19- # Used for testing/scoring trained models
20- nltk
17+ nltk >= 3.6.6 # 升级到 3.6.6 或更高
2118
22- # Other
23- unidecode # model_parse_t5, LDC2020T02 pre-processing and adding wiki tags
24- requests # Adding wiki tags
25- word2number # used in alignments code
19+ unidecode
20+ requests >= 2.31.0 # 升级到 2.31.0 或更高
21+ word2number
You can’t perform that action at this time.
0 commit comments