Skip to content

Commit b9fe636

Browse files
committed
NumPy requires python>=3.7
1 parent 80c8533 commit b9fe636

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.6, 3.7, 3.8]
14+
python-version: [3.7, 3.8]
1515

1616
steps:
1717
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ python setup.py install
3131
```
3232

3333
As a prerequisite, the following requirements should be satisfied:
34-
* `python`: >= 3.6
34+
* `python`: >= 3.7
3535
* [`pytorch`](https://github.com/pytorch/pytorch): >= 1.7
3636
* [`transformers`](https://github.com/huggingface/transformers): >= 4.0
3737

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
'vi-sdp=supar.cmds.vi_sdp:main'
3939
]
4040
},
41-
python_requires='>=3.6',
41+
python_requires='>=3.7',
4242
zip_safe=False
4343
)

0 commit comments

Comments
 (0)