MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia
https://astroautomata.com/PySR
Apache License 2.0
2.33k stars 211 forks source link

Installing in custom project does not install `SymbolicRegression` #334

Closed MilesCranmer closed 7 months ago

MilesCranmer commented 1 year ago

It seems like when you try to install PySR inside a custom Julia project, it does not install SymbolicRegression.jl. In other words, it seems to expect that SymbolicRegression.jl is the project you would want to install in.

I think it should check whether SymbolicRegression.jl is already installed, and, if not, it should add it (just like when it installs the @pysr-* projects).

MilesCranmer commented 7 months ago

Fixed by #535