Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MilesCranmer
/
PySR
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
725c510
PySR
/
setup.py
MilesCranmer
Switch to using pyproject.toml for build options
725c510
unverified
11 months ago
raw
Copy download link
history
blame
122 Bytes
from
setuptools
import
setup
exec
(
open
(
"pysr/version.py"
).read())
# Build options are managed in pyproject.toml
setup()