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

Commit

Permalink
Fix env/docker/py3.yml (#1325)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
leezu authored and szha committed Sep 4, 2020
1 parent 0d5c619 commit 08bc5ba
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
53 changes: 27 additions & 26 deletions env/docker/py3.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
channels:
- conda-forge
dependencies:
- python=3.5
- python=3.6
- pip
- perl
- pandoc=2.9.2.1
- tornado=5.1.1
- sphinx=2.4.4
- pip:
- numpy==1.18.4
- numpy==1.19.1
- notedown==1.5.1
- sphinx-gallery==0.6.2
- nbformat==5.0.7
- sphinx-gallery==0.7.0
- recommonmark==0.6.0
- nbconvert==5.6.1
- nbsphinx==0.6.1
- nbsphinx==0.7.1
- ipython
- ipykernel
- numba==0.47
- llvmlite==0.31.0
- numba==0.51.1
- llvmlite==0.34.0
- https://github.com/szha/mx-theme/tarball/master
- seaborn
- jieba
- scikit-learn==0.21.3
- cython
- pytype==2020.5.7
- pytest==5.2.3
- seaborn==0.10.1
- jieba==0.42.1
- scikit-learn==0.23.2
- cython==0.29.21
- pytype==2020.8.17
- pytest==6.0.1
- pytest-env==0.6.2
- pytest-cov==2.8.1
- pytest-xdist==1.30.0
- pylint==2.4.4
- pytest-cov==2.10.1
- pytest-xdist==2.1.0
- pylint==2.6.0
- pylint-quotes==0.2.1
- flaky==3.6.1
- flake8==3.7.9
- mock<3
- mxnet-cu101==1.6.0
- scipy==1.3.2
- regex==2020.4.4
- nltk==3.4.5
- sacremoses==0.0.35
- spacy==2.2.2
- sentencepiece==0.1.83
- sphinx-autodoc-typehints==1.7.0
- flaky==3.7.0
- flake8==3.8.3
- mock==4.0.2
- mxnet-cu101==1.6.0.post0
- scipy==1.5.2
- regex==2020.7.14
- nltk==3.5
- sacremoses==0.0.43
- spacy==2.3.2
- sentencepiece==0.1.91
- sphinx-autodoc-typehints==1.11.0
2 changes: 1 addition & 1 deletion env/gpu/py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- flaky==3.6.1
- flake8==3.7.9
- mock<3
- mxnet-cu101==1.6.0
- mxnet-cu101==1.6.0.post0
- scipy==1.3.2
- regex==2020.4.4
- nltk==3.4.5
Expand Down

0 comments on commit 08bc5ba

Please sign in to comment.