Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
[DEV] Update dependency on CI build (#1212)
Browse files Browse the repository at this point in the history
* Update dependency
tornado and sphinx updated

* Keep tornado at 5.1.1 for we use python 3.5

* Update pandoc to 2.9.2.1

* Update cpu/py3 conda forge dependencies

* Update pandoc/sphinx on master branches

* Revert sphinx to 2.2.1 on all tests

* Update sphinx to 2.4.4
  • Loading branch information
WANG, Chen authored Apr 30, 2020
1 parent a722380 commit b67b9a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions env/cpu/py3-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
- python=3.5
- pip
- perl
- pandoc=1.19.2
- pandoc=2.9.2.1
- tornado=5.1.1
- sphinx=2.2.1
- sphinx=2.4.4
# In the -master pipeline, we test without numba. Numba is an optional
# dependency and GluonNLP needs to work both with and without numba installed.
- pip:
Expand Down
4 changes: 2 additions & 2 deletions env/cpu/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
- python=3.5
- pip
- perl
- pandoc=1.19.2
- pandoc=2.9.2.1
- tornado=5.1.1
- sphinx=2.2.1
- sphinx=2.4.4
- pip:
- numpy==1.17.4
- notedown==1.5.1
Expand Down
4 changes: 2 additions & 2 deletions env/docker/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
- python=3.5
- pip
- perl
- pandoc=1.19.2
- pandoc=2.9.2.1
- tornado=5.1.1
- sphinx=2.2.1
- sphinx=2.4.4
- pip:
- numpy==1.17.4
- notedown==1.5.1
Expand Down
4 changes: 2 additions & 2 deletions env/gpu/py3-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
- python=3.5
- pip
- perl
- pandoc=1.19.2
- pandoc=2.9.2.1
- tornado=5.1.1
- sphinx=2.2.1
- sphinx=2.4.4
# In the -master pipeline, we test without numba. Numba is an optional
# dependency and GluonNLP needs to work both with and without numba installed.
- pip:
Expand Down
4 changes: 2 additions & 2 deletions env/gpu/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
- python=3.5
- pip
- perl
- pandoc=1.19.2
- pandoc=2.9.2.1
- tornado=5.1.1
- sphinx=2.2.1
- sphinx=2.4.4
- pip:
- numpy==1.17.4
- notedown==1.5.1
Expand Down

0 comments on commit b67b9a4

Please sign in to comment.