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

Commit 08bc5ba

Browse files
leezuSheng Zha
authored andcommitted
Fix env/docker/py3.yml (#1325)
* Fix env/docker/py3.yml * mxnet-cu101==1.6.0.post0 * Update Jenkinsfile_py3-master_gpu_doc * Switch to Python 3.6 for Batch * Update Jenkinsfile_py3-master_gpu_doc * Update py3.yml * Update py3.yml * Update py3.yml
1 parent 0d5c619 commit 08bc5ba

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

env/docker/py3.yml

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,44 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- python=3.5
4+
- python=3.6
55
- pip
66
- perl
77
- pandoc=2.9.2.1
88
- tornado=5.1.1
99
- sphinx=2.4.4
1010
- pip:
11-
- numpy==1.18.4
11+
- numpy==1.19.1
1212
- notedown==1.5.1
13-
- sphinx-gallery==0.6.2
13+
- nbformat==5.0.7
14+
- sphinx-gallery==0.7.0
1415
- recommonmark==0.6.0
1516
- nbconvert==5.6.1
16-
- nbsphinx==0.6.1
17+
- nbsphinx==0.7.1
1718
- ipython
1819
- ipykernel
19-
- numba==0.47
20-
- llvmlite==0.31.0
20+
- numba==0.51.1
21+
- llvmlite==0.34.0
2122
- https://github.com/szha/mx-theme/tarball/master
22-
- seaborn
23-
- jieba
24-
- scikit-learn==0.21.3
25-
- cython
26-
- pytype==2020.5.7
27-
- pytest==5.2.3
23+
- seaborn==0.10.1
24+
- jieba==0.42.1
25+
- scikit-learn==0.23.2
26+
- cython==0.29.21
27+
- pytype==2020.8.17
28+
- pytest==6.0.1
2829
- pytest-env==0.6.2
29-
- pytest-cov==2.8.1
30-
- pytest-xdist==1.30.0
31-
- pylint==2.4.4
30+
- pytest-cov==2.10.1
31+
- pytest-xdist==2.1.0
32+
- pylint==2.6.0
3233
- pylint-quotes==0.2.1
33-
- flaky==3.6.1
34-
- flake8==3.7.9
35-
- mock<3
36-
- mxnet-cu101==1.6.0
37-
- scipy==1.3.2
38-
- regex==2020.4.4
39-
- nltk==3.4.5
40-
- sacremoses==0.0.35
41-
- spacy==2.2.2
42-
- sentencepiece==0.1.83
43-
- sphinx-autodoc-typehints==1.7.0
34+
- flaky==3.7.0
35+
- flake8==3.8.3
36+
- mock==4.0.2
37+
- mxnet-cu101==1.6.0.post0
38+
- scipy==1.5.2
39+
- regex==2020.7.14
40+
- nltk==3.5
41+
- sacremoses==0.0.43
42+
- spacy==2.3.2
43+
- sentencepiece==0.1.91
44+
- sphinx-autodoc-typehints==1.11.0

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
36+
- mxnet-cu101==1.6.0.post0
3737
- scipy==1.3.2
3838
- regex==2020.4.4
3939
- nltk==3.4.5

0 commit comments

Comments
 (0)