Spaces:
Running
Running
MilesCranmer
commited on
Bump pysr version
Browse files- gui/app.py +1 -1
- 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.
|
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.
|
2 |
numpy
|
3 |
pandas
|
|
|
1 |
+
pysr==0.9.3
|
2 |
numpy
|
3 |
pandas
|