diff --git a/README.md b/README.md index 82500973..43a345d1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The following instructions will create an environment from scratch. Alternativel sudo bash cmake-3.15.6-Linux-x86_64.sh --skip-license --prefix=/usr/local sudo apt-get install -y libmbedtls-dev python3-pip - pip3 install numpy pandas sklearn numproto grpcio grpcio-tools + pip3 install numpy pandas sklearn numproto grpcio grpcio-tools requests ``` 4. Clone Secure XGBoost. diff --git a/doc/build.rst b/doc/build.rst index c23cdad1..2c79ac27 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -71,7 +71,7 @@ Installing Secure XGBoost Dependencies .. code-block:: bash sudo apt-get install -y libmbedtls-dev python3-pip - pip3 install numpy pandas sklearn numproto grpcio grpcio-tools kubernetes + pip3 install numpy pandas sklearn numproto grpcio grpcio-tools requests *********************** diff --git a/doc/requirements.txt b/doc/requirements.txt index f14f3bf6..7ec07f4b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -10,3 +10,4 @@ numproto sklearn grpcio grpcio-tools +requests