This repository was archived by the owner on Jan 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +81
-80
lines changed Expand file tree Collapse file tree 6 files changed +81
-80
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ GluonNLP: Your Choice of Deep Learning for NLP
15
15
16
16
.. raw :: html
17
17
18
- <a href =' http://ci.mxnet.io/job/gluon-nlp/job/master/' ><img src =' https://img.shields.io/badge/python-3.6 %2C3.7-blue.svg' ></a >
18
+ <a href =' http://ci.mxnet.io/job/gluon-nlp/job/master/' ><img src =' https://img.shields.io/badge/python-3.5 %2C3.7-blue.svg' ></a >
19
19
<a href =' https://codecov.io/gh/dmlc/gluon-nlp' ><img src =' https://codecov.io/gh/dmlc/gluon-nlp/branch/master/graph/badge.svg' ></a >
20
20
<a href =' http://ci.mxnet.io/job/gluonnlp-py3-master-gpu-doc/job/master/' ><img src =' http://ci.mxnet.io/buildStatus/icon?job=gluonnlp-py3-master-gpu-doc%2Fmaster' ></a >
21
21
<a href =' https://pypi.org/project/gluonnlp/#history' ><img src =' https://img.shields.io/pypi/v/gluonnlp.svg' ></a >
43
43
Installation
44
44
============
45
45
46
- Make sure you have Python 3.6 or newer and a recent version of MXNet (our CI
47
- server runs the testsuite with Python 3.6 ).
46
+ Make sure you have Python 3.5 or newer and a recent version of MXNet (our CI
47
+ server runs the testsuite with Python 3.5 ).
48
48
49
49
You can install ``MXNet `` and ``GluonNLP `` using pip.
50
50
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Select your preferences and run the install command.
47
47
.. admonition :: Prerequisites:
48
48
49
49
- Requires `pip >= 9. <https://pip.pypa.io/en/stable/installing/ >`_.
50
- Python 3.6 + are supported.
50
+ Python 3.5 + are supported.
51
51
52
52
.. container :: nightly
53
53
Original file line number Diff line number Diff line change 1
1
channels :
2
2
- conda-forge
3
3
dependencies :
4
- - python=3.6
5
- - pip=18.1
6
- - cython
4
+ - python=3.5
5
+ - pip
7
6
- perl
8
- - pylint=2.3.1
9
- - flake8
10
- - sphinx=2.1.2
11
- - spacy>2
12
- - nltk
13
- - pytest=4.5.0
14
- - pytest-env
15
- - flaky=3.5.3
16
- - pytest-cov=2.7.1
17
- - mock<3
18
- - pytest-xdist<2
19
- - regex
20
- - scipy=1.3.1
21
7
- pip :
8
+ - cython
9
+ - pytest==5.2.3
10
+ - pytest-env==0.6.2
11
+ - pytest-cov==2.8.1
12
+ - pytest-xdist==1.30.0
13
+ - pylint==2.4.4
22
14
- pylint-quotes==0.2.1
15
+ - flaky==3.6.1
16
+ - flake8==3.7.9
17
+ - mock<3
18
+ - sphinx==2.2.1
23
19
- mxnet>=1.6.0b20191103
24
- - sacremoses
25
- - sentencepiece<0.2
20
+ - scipy==1.3.2
21
+ - regex==2019.11.1
22
+ - nltk==3.4.5
23
+ - sacremoses==0.0.35
24
+ - spacy==2.2.2
25
+ - sentencepiece==0.1.83
26
26
- sphinx-autodoc-typehints==1.7.0
Original file line number Diff line number Diff line change 1
1
channels :
2
2
- conda-forge
3
3
dependencies :
4
- - python=3.6
5
- - pip=18.1
6
- - cython
4
+ - python=3.5
5
+ - pip
7
6
- perl
8
- - pylint=1.9.2
9
- - flake8
10
- - sphinx=2.1.2
11
- - spacy>2
12
- - nltk
13
- - pytest=4.5.0
14
- - pytest-env
15
- - flaky=3.5.3
16
- - pytest-cov=2.7.1
17
- - mock<3
18
- - pytest-xdist<2
19
- - recommonmark
20
7
- pandoc=1.19.2
21
- - notedown
22
- - numba>=v0.40.0
23
- - sphinx-gallery
24
- - nbsphinx>=0.3.4,<0.4
25
- - nbconvert=5.4.0
26
8
- tornado=5.1.1
27
- - ipython
28
- - ipykernel
29
- - regex
30
- - scipy=1.3.1
31
- - scikit-learn=0.21.3
32
9
- pip :
33
- - pylint-quotes<0.2
34
- - mxnet-cu100>=1.6.0b20191027
35
- - sacremoses
36
- - sentencepiece<0.2
10
+ - notedown==1.5.1
11
+ - sphinx-gallery==0.4.0
12
+ - recommonmark==0.6.0
13
+ - nbconvert==5.6.1
14
+ - nbsphinx>=0.3.4,<0.4
15
+ - ipython
16
+ - ipykernel
17
+ - numba==0.46
37
18
- https://github.com/szha/mx-theme/tarball/master
38
19
- seaborn
39
20
- jieba
21
+ - scikit-learn==0.21.3
22
+ - cython
23
+ - pytest==5.2.3
24
+ - pytest-env==0.6.2
25
+ - pytest-cov==2.8.1
26
+ - pytest-xdist==1.30.0
27
+ - pylint==2.4.4
28
+ - pylint-quotes==0.2.1
29
+ - flaky==3.6.1
30
+ - flake8==3.7.9
31
+ - mock<3
32
+ - sphinx==2.2.1
33
+ - mxnet-cu100>=1.6.0b20191027,!=1.6.0b20191102
34
+ - scipy==1.3.2
35
+ - regex==2019.11.1
36
+ - nltk==3.4.5
37
+ - sacremoses==0.0.35
38
+ - spacy==2.2.2
39
+ - sentencepiece==0.1.83
40
+ - sphinx-autodoc-typehints==1.7.0
Original file line number Diff line number Diff line change 1
1
channels :
2
2
- conda-forge
3
3
dependencies :
4
- - python=3.6
5
- - pip=18.1
6
- - cython
4
+ - python=3.5
5
+ - pip
7
6
- perl
8
- - pylint=2.3.1
9
- - flake8
10
- - sphinx=2.1.2
11
- - spacy>2
12
- - nltk
13
- - pytest=4.5.0
14
- - pytest-env
15
- - flaky=3.5.3
16
- - pytest-cov=2.7.1
17
- - mock<3
18
- - pytest-xdist<2
19
- - recommonmark
20
7
- pandoc=1.19.2
21
- - notedown
22
- - numba>=v0.40.0
23
- - sphinx-gallery
24
- - nbsphinx>=0.3.4,<0.4
25
- - nbconvert=5.4.0
26
8
- tornado=5.1.1
27
- - ipython
28
- - ipykernel
29
- - regex
30
- - scipy=1.3.1
31
9
- pip :
32
- - pylint-quotes<0.2
33
- - mxnet-cu100>=1.6.0b20191027,!=1.6.0b20191102
34
- - sacremoses
35
- - sentencepiece<0.2
10
+ - notedown==1.5.1
11
+ - sphinx-gallery==0.4.0
12
+ - recommonmark==0.6.0
13
+ - nbconvert==5.6.1
14
+ - nbsphinx>=0.3.4,<0.4
15
+ - ipython
16
+ - ipykernel
17
+ - numba==0.46
36
18
- https://github.com/szha/mx-theme/tarball/master
37
19
- seaborn
38
20
- jieba
21
+ - cython
22
+ - pytest==5.2.3
23
+ - pytest-env==0.6.2
24
+ - pytest-cov==2.8.1
25
+ - pytest-xdist==1.30.0
26
+ - pylint==2.4.4
27
+ - pylint-quotes==0.2.1
28
+ - flaky==3.6.1
29
+ - flake8==3.7.9
30
+ - mock<3
31
+ - sphinx==2.2.1
32
+ - mxnet-cu100>=1.6.0b20191027,!=1.6.0b20191102
33
+ - scipy==1.3.2
34
+ - regex==2019.11.1
35
+ - nltk==3.4.5
36
+ - sacremoses==0.0.35
37
+ - spacy==2.2.2
38
+ - sentencepiece==0.1.83
39
39
- sphinx-autodoc-typehints==1.7.0
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def find_version(*file_paths):
37
37
# Metadata
38
38
name = 'gluonnlp' ,
39
39
version = VERSION ,
40
- python_requires = '>=3.6 ' ,
40
+ python_requires = '>=3.5 ' ,
41
41
author = 'Gluon NLP Toolkit Contributors' ,
42
42
43
43
url = 'https://github.com/dmlc/gluon-nlp' ,
You can’t perform that action at this time.
0 commit comments