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

Commit aa04a09

Browse files
committed
Bump mxnet versions tested on CI
1 parent cbf5bd0 commit aa04a09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

env/cpu/py3-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- flaky==3.6.1
3434
- flake8==3.7.9
3535
- mock<3
36-
- https://repo.mxnet.io/dist/python/cpu/mxnet-1.6.0-py2.py3-none-manylinux1_x86_64.whl
36+
- https://repo.mxnet.io/dist/python/cpu/mxnet-1.9.0b20201005-py2.py3-none-manylinux2014_x86_64.whl
3737
- scipy==1.3.2
3838
- regex==2020.4.4
3939
- nltk==3.4.5

env/cpu/py3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- flaky==3.6.1
3434
- flake8==3.7.9
3535
- mock<3
36-
- mxnet==1.6.0
36+
- mxnet==1.7.0.post1
3737
- scipy==1.3.2
3838
- regex==2020.4.4
3939
- nltk==3.4.5

env/gpu/py3-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- flaky==3.6.1
3434
- flake8==3.7.9
3535
- mock<3
36-
- https://repo.mxnet.io/dist/python/cu100/mxnet_cu100-1.7.0b20200809-py2.py3-none-manylinux2014_x86_64.whl
36+
- https://repo.mxnet.io/dist/python/cu101/mxnet_cu101-1.9.0b20201005-py2.py3-none-manylinux2014_x86_64.whl
3737
- scipy==1.3.2
3838
- regex==2020.4.4
3939
- nltk==3.4.5

env/gpu/py3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- flaky==3.6.1
3434
- flake8==3.7.9
3535
- mock<3
36-
- mxnet-cu101==1.6.0.post0
36+
- mxnet-cu101==1.7.0
3737
- scipy==1.3.2
3838
- regex==2020.4.4
3939
- nltk==3.4.5

0 commit comments

Comments
 (0)