Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Pin version of Scikit Learn to v1.4.2
  • Loading branch information
nebhead authored Jul 13, 2024
1 parent c26708c commit 3b47d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ python -m pip install uuid
python -m pip install influxdb-client[ciso]
python -m pip install apprise
python -m pip install scikit-fuzzy
python -m pip install scikit-learn
python -m pip install "scikit-learn==1.4.2"
python -m pip install ratelimitingfilter
python -m pip install "pillow>=9.2.0"
python -m pip install paho-mqtt
Expand Down

0 comments on commit 3b47d71

Please sign in to comment.