1
1
diff --git python-package/README.rst python-package/README.rst
2
- index 1fc0bb5a0..f1c68470b 100644
2
+ index 1fc0bb5a0..4475dbb26 100644
3
3
--- python-package/README.rst
4
4
+++ python-package/README.rst
5
- @@ -1,20 +1,15 @@
5
+ @@ -1,20 +1,18 @@
6
6
- ======================
7
7
- XGBoost Python Package
8
8
- ======================
@@ -14,27 +14,28 @@ index 1fc0bb5a0..f1c68470b 100644
14
14
15
15
- Installation
16
16
- ============
17
- + The ``xgboost-cpu`` package provides for a minimal installation, with no support for the GPU algorithms
18
- + or federated learning. It is provided to allow XGBoost to be installed in a space-constrained
19
- + environments.
20
-
17
+ -
21
18
- From `PyPI <https://pypi.python.org/pypi/xgboost>`_
22
19
- ---------------------------------------------------
23
- + Note. ``xgboost-cpu`` package is only provided for x86_64 (amd64) Linux and Windows platforms.
24
- + For other platforms, please install ``xgboost`` from https://pypi.org/project/xgboost/.
25
-
20
+ -
26
21
- For a stable version, install using ``pip``::
27
22
-
28
23
- pip install xgboost
29
- -
30
- - .. |PyPI version| image:: https://badge.fury.io/py/xgboost.svg
31
- - :target: http://badge.fury.io/py/xgboost
32
- -
24
+ + The ``xgboost-cpu`` package provides for a minimal installation, with no support for the GPU algorithms
25
+ + or federated learning. It is provided to allow XGBoost to be installed in a space-constrained
26
+ + environments.
27
+
28
+ .. |PyPI version| image:: https://badge.fury.io/py/xgboost.svg
29
+ :target: http://badge.fury.io/py/xgboost
30
+
33
31
- For building from source, see `build <https://xgboost.readthedocs.io/en/latest/build.html>`_.
32
+ + Note. ``xgboost-cpu`` package is only provided for x86_64 (amd64) Linux and Windows platforms.
33
+ + For other platforms, please install ``xgboost`` from https://pypi.org/project/xgboost/.
34
+ +
34
35
+ Note. ``xgboost-cpu`` does not provide an sdist (source distribution). You may install sdist
35
36
+ from https://pypi.org/project/xgboost/.
36
37
diff --git python-package/pyproject.toml python-package/pyproject.toml
37
- index 46c1451c2..c5dc908d9 100644
38
+ index 05bbe998c..50e10bf26 100644
38
39
--- python-package/pyproject.toml
39
40
+++ python-package/pyproject.toml
40
41
@@ -6,7 +6,7 @@ backend-path = ["."]
0 commit comments