Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MilesCranmer
/
PySR
like
1
Sleeping
App
Files
Files
Community
54c4dd3
PySR
/
test
/
travis.sh
MilesCranmer
Add .travis.yml
bed9614
about 4 years ago
raw
Copy download link
history
blame
174 Bytes
#!/bin/bash
julia -e
'import Pkg; Pkg.add("Optim"); Pkg.add("SpecialFunctions")'
sudo python3 -m pip install numpy pandas
sudo python3 setup.py install
python3
test
/test.py