File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ $ pip install -U git+https://github.com/yzhangcs/parser
41
41
42
42
As a prerequisite, the following requirements should be satisfied:
43
43
* ` python ` : >= 3.7
44
- * [ ` pytorch ` ] ( https://github.com/pytorch/pytorch ) : >= 1.7
44
+ * [ ` pytorch ` ] ( https://github.com/pytorch/pytorch ) : >= 1.8
45
45
* [ ` transformers ` ] ( https://github.com/huggingface/transformers ) : >= 4.0
46
46
47
47
## Usage
Original file line number Diff line number Diff line change 25
25
],
26
26
install_requires = [
27
27
'numpy<1.21.5; python_version<"3.8"' ,
28
- 'torch>=1.7.1 ' ,
28
+ 'torch>=1.8 ' ,
29
29
'transformers>=4.0.0' ,
30
30
'hydra-core>=1.2' ,
31
31
'nltk' ,
32
32
'stanza' ,
33
33
'omegaconf' ,
34
- 'dill' ],
34
+ 'dill' ,
35
+ 'pathos' ],
35
36
extras_require = {
36
37
'elmo' : ['allennlp' ]
37
38
},
You can’t perform that action at this time.
0 commit comments