zuv0 commited on
Commit
57a4c05
·
verified ·
1 Parent(s): 7937e29

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +2 -0
install.sh CHANGED
@@ -20,6 +20,8 @@ python3.10 -m pip install gdown
20
  python3.10 -m pip install natsort
21
  python3.10 -m pip install httpcore
22
  python3.10 -m pip install httpx==0.24.1
 
 
23
  curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
24
  git config --global user.name "anonymous"
25
  git config --global user.email my@gmail.com
 
20
  python3.10 -m pip install natsort
21
  python3.10 -m pip install httpcore
22
  python3.10 -m pip install httpx==0.24.1
23
+ python3.10 -m pip uninstall -y matplotlib
24
+ python3.10 -m pip install matplotlib==3.8.4
25
  curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
26
  git config --global user.name "anonymous"
27
  git config --global user.email my@gmail.com