Spaces:
Sleeping
Sleeping
Update PySR version
Browse files- 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.
|
8 |
fi
|
9 |
|
10 |
# Need to install PySR in separate python instance:
|
11 |
-
if [ ! -d "/home/user/.julia/environments/pysr-0.9
|
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
|