MilesCranmer commited on
Commit
c3d41aa
·
unverified ·
1 Parent(s): 81b651b

Update PySR version

Browse files
Files changed (1) hide show
  1. gui/install_pysr.sh +2 -2
gui/install_pysr.sh CHANGED
@@ -4,11 +4,11 @@ import os
4
  if [ ! -f "/home/user/.local/bin/julia" ]; then
5
  wget https://raw.githubusercontent.com/abelsiqueira/jill/main/jill.sh
6
  chmod a+x jill.sh
7
- ./jill.sh --version 1.7.3 -y
8
  fi
9
 
10
  # Need to install PySR in separate python instance:
11
- if [ ! -d "/home/user/.julia/environments/pysr-0.9.3" ]; then
12
  export PATH="$PATH:/home/user/julia/bin/"
13
  python -c 'import pysr; pysr.install()'
14
  fi
 
4
  if [ ! -f "/home/user/.local/bin/julia" ]; then
5
  wget https://raw.githubusercontent.com/abelsiqueira/jill/main/jill.sh
6
  chmod a+x jill.sh
7
+ ./jill.sh --version 1.8.2 -y
8
  fi
9
 
10
  # Need to install PySR in separate python instance:
11
+ if [ ! -d "/home/user/.julia/environments/pysr-0.11.9" ]; then
12
  export PATH="$PATH:/home/user/julia/bin/"
13
  python -c 'import pysr; pysr.install()'
14
  fi