Skip to content
Snippets Groups Projects
Commit 031a8b9c authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Merge branch 'mdbook-add-lib-versions' into 'main'

Add python lib versions to mdbook

See merge request !123
parents a60be0e1 e6b42e75
No related branches found
No related tags found
1 merge request!123Add python lib versions to mdbook
Pipeline #93022 passed
...@@ -22,6 +22,19 @@ On success the output should look something like this, the important part being ...@@ -22,6 +22,19 @@ On success the output should look something like this, the important part being
![Ansible Output](./images/ansible-output.png) ![Ansible Output](./images/ansible-output.png)
All python libraries installed by the script are contained in the virtual environment at `~/.ml-venv` instead of being installed system-wide. To learn how to add packages to the venv, take a look at [this](./Install-additional-packages.md) section.
The following specific packages are installed by default:
- numpy (version 1.21)
- scikit-learn, aka. sklearn (version 1.0)
- matplotlib (version 3.4)
- pandas (version 1.3)
- Pillow (version 8.4)
- seaborn (version 0.11)
- plotly (version 5.4)
- nltk (version 3.6)
- tensorflow (2.7.0)
You have now installed the necessary prerequesites and are ready to go. You have now installed the necessary prerequesites and are ready to go.
Running the setup process again later will update the system according to the latest specifications. Running the setup process again later will update the system according to the latest specifications.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment