Skip to content

Commit

Permalink
Merge pull request #7589 from wazuh/bug/7566-add-numpy-dep-version
Browse files Browse the repository at this point in the history
Add `NumPy` dependency to AWS requirements
  • Loading branch information
javimed authored Jul 31, 2024
2 parents 3e626be + 1ac05ed commit 6ac7ad1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ To install the dependencies, execute the following command:

.. code-block:: console
# pip3 install boto3==1.17.85 pyarrow==14.0.1
# pip3 install boto3==1.17.85 pyarrow==14.0.1 numpy==1.26.0
.. group-tab:: Python 3.11

.. code-block:: console
# pip3 install --break-system-packages boto3==1.17.85 pyarrow==14.0.1
# pip3 install --break-system-packages boto3==1.17.85 pyarrow==14.0.1 numpy==1.26.0
.. note::

Expand Down

0 comments on commit 6ac7ad1

Please sign in to comment.