This repository was archived by the owner on Jan 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-27
lines changed Expand file tree Collapse file tree 2 files changed +28
-27
lines changed Original file line number Diff line number Diff line change 1
1
channels :
2
2
- conda-forge
3
3
dependencies :
4
- - python=3.5
4
+ - python=3.6
5
5
- pip
6
6
- perl
7
7
- pandoc=2.9.2.1
8
8
- tornado=5.1.1
9
9
- sphinx=2.4.4
10
10
- pip :
11
- - numpy==1.18.4
11
+ - numpy==1.19.1
12
12
- notedown==1.5.1
13
- - sphinx-gallery==0.6.2
13
+ - nbformat==5.0.7
14
+ - sphinx-gallery==0.7.0
14
15
- recommonmark==0.6.0
15
16
- nbconvert==5.6.1
16
- - nbsphinx==0.6 .1
17
+ - nbsphinx==0.7 .1
17
18
- ipython
18
19
- ipykernel
19
- - numba==0.47
20
- - llvmlite==0.31 .0
20
+ - numba==0.51.1
21
+ - llvmlite==0.34 .0
21
22
- 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
28
29
- 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
32
33
- 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
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies:
33
33
- flaky==3.6.1
34
34
- flake8==3.7.9
35
35
- mock<3
36
- - mxnet-cu101==1.6.0
36
+ - mxnet-cu101==1.6.0.post0
37
37
- scipy==1.3.2
38
38
- regex==2020.4.4
39
39
- nltk==3.4.5
You can’t perform that action at this time.
0 commit comments