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

Update numba #1096

Merged
merged 1 commit into from
Jan 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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