downgrade matplotlib
This commit is contained in:
parent
2a51effb0f
commit
4b4fbd0b36
18
.github/workflows/test-on-rpi.yml
vendored
18
.github/workflows/test-on-rpi.yml
vendored
@ -43,15 +43,15 @@ jobs:
|
||||
cd /home/inky
|
||||
sudo apt-get update -y
|
||||
|
||||
# try support for python 3.12
|
||||
wget -q https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tgz
|
||||
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev cmake -y
|
||||
tar -xzf Python-3.12.2.tgz
|
||||
cd Python-3.12.2/
|
||||
./configure --enable-optimizations
|
||||
sudo make altinstall > /dev/null 2>&1
|
||||
sudo rm /usr/bin/python
|
||||
sudo ln -s /usr/local/bin/python3.12 /usr/bin/python
|
||||
# # try support for python 3.12
|
||||
# wget -q https://www.python.org/ftp/python/3.12.2/Python-3.12.2.tgz
|
||||
# sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev cmake -y
|
||||
# tar -xzf Python-3.12.2.tgz
|
||||
# cd Python-3.12.2/
|
||||
# ./configure --enable-optimizations
|
||||
# sudo make altinstall > /dev/null 2>&1
|
||||
# sudo rm /usr/bin/python
|
||||
# sudo ln -s /usr/local/bin/python3.12 /usr/bin/python
|
||||
|
||||
python --version
|
||||
sudo apt-get install -y python3-pip
|
||||
|
@ -21,7 +21,7 @@ identify==2.5.34
|
||||
idna==3.6
|
||||
kiwisolver==1.4.5
|
||||
lgpio==0.0.0.2
|
||||
matplotlib==3.8.2
|
||||
matplotlib==3.7.1
|
||||
multitasking==0.0.11
|
||||
nodeenv==1.8.0
|
||||
numpy==1.26.2
|
||||
|
Loading…
Reference in New Issue
Block a user