MilesCranmer commited on
Commit
cc248dd
·
unverified ·
1 Parent(s): dc554ea

Bump pysr version

Browse files
Files changed (2) hide show
  1. gui/app.py +1 -1
  2. gui/requirements.txt +1 -1
gui/app.py CHANGED
@@ -38,7 +38,7 @@ def greet(
38
  niterations = int(niterations)
39
  # Need to install PySR in separate python instance:
40
  os.system(
41
- """if [ ! -d "$HOME/.julia/environments/pysr-0.9.1" ]
42
  then
43
  python -c 'import pysr; pysr.install()'
44
  fi"""
 
38
  niterations = int(niterations)
39
  # Need to install PySR in separate python instance:
40
  os.system(
41
+ """if [ ! -d "$HOME/.julia/environments/pysr-0.9.3" ]
42
  then
43
  python -c 'import pysr; pysr.install()'
44
  fi"""
gui/requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- pysr==0.9.1
2
  numpy
3
  pandas
 
1
+ pysr==0.9.3
2
  numpy
3
  pandas