diff --git a/.ci/test_windows.ps1 b/.ci/test_windows.ps1 index fe006601b236..8ee20a245b38 100644 --- a/.ci/test_windows.ps1 +++ b/.ci/test_windows.ps1 @@ -40,13 +40,7 @@ if ($env:TASK -eq "swig") { conda init powershell conda activate conda config --set always_yes yes --set changeps1 no - -# ref: -# * https://stackoverflow.com/a/62897729/3986677 -# * https://github.com/microsoft/LightGBM/issues/5899 -conda install "brotlipy>=0.7" - -conda update -q -y conda +conda update -q -y conda "python=$env:PYTHON_VERSION[build=*cpython]" if ($env:PYTHON_VERSION -eq "3.7") { $env:CONDA_REQUIREMENT_FILE = "$env:BUILD_SOURCESDIRECTORY/.ci/conda-envs/ci-core-py37.txt" diff --git a/README.md b/README.md index 3b3fe40790db..abd99075e3ad 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Support ------- - Ask a question [on Stack Overflow with the `lightgbm` tag](https://stackoverflow.com/questions/ask?tags=lightgbm), we monitor this for new questions. -- Open **bug reports** and **feature requests** (not questions) on [GitHub issues](https://github.com/microsoft/LightGBM/issues). +- Open **bug reports** and **feature requests** on [GitHub issues](https://github.com/microsoft/LightGBM/issues). How to Contribute ----------------- @@ -156,8 +156,6 @@ Qi Meng, Guolin Ke, Taifeng Wang, Wei Chen, Qiwei Ye, Zhi-Ming Ma, Tie-Yan Liu. Huan Zhang, Si Si and Cho-Jui Hsieh. "[GPU Acceleration for Large-scale Tree Boosting](https://arxiv.org/abs/1706.08359)". SysML Conference, 2018. -**Note**: If you use LightGBM in your GitHub projects, please add `lightgbm` in the `requirements.txt`. - License ------- diff --git a/pmml/README.md b/pmml/README.md deleted file mode 100644 index 759340b61118..000000000000 --- a/pmml/README.md +++ /dev/null @@ -1,6 +0,0 @@ -PMML Generator -============== - -The old Python convert script is removed due to it cannot support the new format of categorical features. - -Please refer to https://github.com/jpmml/jpmml-lightgbm. diff --git a/python-package/README.rst b/python-package/README.rst index 68f267ec659e..86d5da32b755 100644 --- a/python-package/README.rst +++ b/python-package/README.rst @@ -11,8 +11,6 @@ Preparation 32-bit Python is not supported. Please install 64-bit version. If you have a strong need to install with 32-bit Python, refer to `Build 32-bit Version with 32-bit Python section <#build-32-bit-version-with-32-bit-python>`__. -`setuptools `_ is needed. - Install from `PyPI `_ '''''''''''''''''''''''''''''''''''''''''''''''''''''''' @@ -299,10 +297,6 @@ Refer to the walk through examples in `Python guide folder `_. - -The package's documentation strings (docstrings) are written in the `numpydoc style `_. - To check that a contribution to the package matches its style expectations, run the following from the root of the repo. .. code:: sh