Skip to content

Commit 29171be

Browse files
authored
Add minor updates for Python version to docs (#3446)
Add minor updates for Python version to docs. ### Description Add minor updates for Python version to docs. ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Quick tests passed locally by running `./runtest.sh`. - [ ] In-line docstrings updated. - [ ] Documentation updated.
1 parent 872cdc0 commit 29171be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Supported Operating Systems
1818
Python Version
1919
--------------
2020

21-
NVIDIA FLARE requires Python 3.8+.
21+
NVIDIA FLARE requires Python 3.9+.
2222

2323
Install NVIDIA FLARE in a virtual environment
2424
---------------------------------------------

docs/user_guide/federated_xgboost/secure_xgboost_user_guide.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ XGBoost 2.2 or above, which can be installed from the binary build using this co
4040
4141
pip install https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/federated-secure/xgboost-2.2.0.dev0%2B4601688195708f7c31fcceeb0e0ac735e7311e61-py3-none-manylinux_2_28_x86_64.whl
4242
43+
.. note::
44+
45+
The xgboost build environment may depend on specific numpy versions that require Python < 3.12.
46+
4347
or in case you need to get the most current build of XGBoost,
4448

4549
.. code-block:: bash

0 commit comments

Comments
 (0)