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

Commit

Permalink
[CI] Update numba (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu authored and eric-haibin-lin committed Jan 6, 2020
1 parent 8272cef commit 5fee715
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions env/cpu/py3-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ dependencies:
- python=3.5
- pip
- perl
# 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:
- numpy==1.17.4
- cython
Expand Down
2 changes: 1 addition & 1 deletion env/cpu/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- nbsphinx>=0.3.4,<0.4
- ipython
- ipykernel
- numba==0.46
- numba==0.47
- https://github.com/szha/mx-theme/tarball/master
- seaborn
- jieba
Expand Down
2 changes: 1 addition & 1 deletion env/docker/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- nbsphinx>=0.3.4,<0.4
- ipython
- ipykernel
- numba==0.46
- numba==0.47
- https://github.com/szha/mx-theme/tarball/master
- seaborn
- jieba
Expand Down
3 changes: 2 additions & 1 deletion env/gpu/py3-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ dependencies:
- pandoc=1.19.2
- tornado=5.1.1
- sphinx=2.2.1
# 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:
- numpy==1.17.4
- notedown==1.5.1
Expand All @@ -16,7 +18,6 @@ dependencies:
- nbsphinx>=0.3.4,<0.4
- ipython
- ipykernel
- numba==0.46
- https://github.com/szha/mx-theme/tarball/master
- seaborn
- jieba
Expand Down
2 changes: 1 addition & 1 deletion env/gpu/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- nbsphinx>=0.3.4,<0.4
- ipython
- ipykernel
- numba==0.46
- numba==0.47
- https://github.com/szha/mx-theme/tarball/master
- seaborn
- jieba
Expand Down

0 comments on commit 5fee715

Please sign in to comment.