File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : [3.6, 3. 7, 3.8]
14
+ python-version : [3.7, 3.8]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $ python setup.py install
31
31
```
32
32
33
33
As a prerequisite, the following requirements should be satisfied:
34
- * ` python ` : >= 3.6
34
+ * ` python ` : >= 3.7
35
35
* [ ` pytorch ` ] ( https://github.com/pytorch/pytorch ) : >= 1.7
36
36
* [ ` transformers ` ] ( https://github.com/huggingface/transformers ) : >= 4.0
37
37
Original file line number Diff line number Diff line change 38
38
'vi-sdp=supar.cmds.vi_sdp:main'
39
39
]
40
40
},
41
- python_requires = '>=3.6 ' ,
41
+ python_requires = '>=3.7 ' ,
42
42
zip_safe = False
43
43
)
You can’t perform that action at this time.
0 commit comments