MilesCranmer commited on
Commit
eaaccb0
1 Parent(s): 3fe50ab

Mention new backend page

Browse files
Files changed (1) hide show
  1. pysr/sr.py +1 -8
pysr/sr.py CHANGED
@@ -870,14 +870,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
870
  elif k == "julia_project":
871
  warnings.warn(
872
  "The `julia_project` parameter has been deprecated. To use a custom "
873
- "julia project, you should instead:\n"
874
- " 1. Clone the PySR repository.\n"
875
- " 2. Modify the `pysr/juliapkg.json` file's specification of the "
876
- 'SymbolicRegression.jl package to have `"dev": true` and `"path": '
877
- '"/path/to/custom/project"`.\n'
878
- " 3. Install this PySR package with `pip install -e .` from the "
879
- "PySR repository root.\n"
880
- "You should now be able to use the custom julia project.",
881
  )
882
  elif k == "julia_kwargs":
883
  warnings.warn(
 
870
  elif k == "julia_project":
871
  warnings.warn(
872
  "The `julia_project` parameter has been deprecated. To use a custom "
873
+ "julia project, please see `https://astroautomata.com/PySR/backend`.",
 
 
 
 
 
 
 
874
  )
875
  elif k == "julia_kwargs":
876
  warnings.warn(