MilesCranmer commited on
Commit
5174135
1 Parent(s): 7ee622b

Revert "Add missing DaemonMode.jl"

Browse files

This reverts commit 10f05a3074d9363341a0e1e1a5482ea13a1566cd.

Files changed (2) hide show
  1. Project.toml +1 -0
  2. pysr/sr.py +0 -1
Project.toml CHANGED
@@ -1,4 +1,5 @@
1
  [deps]
 
2
  SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
3
 
4
  [compat]
 
1
  [deps]
2
+ DaemonMode = "d749ddd5-2b29-4920-8305-6ff5a704e36e"
3
  SymbolicRegression = "8254be44-1295-4e6a-a16d-46603ac705cb"
4
 
5
  [compat]
pysr/sr.py CHANGED
@@ -484,7 +484,6 @@ def _start_julia_daemon(
484
  return
485
 
486
  s = "import Pkg;"
487
- s += 'Pkg.add("DaemonMode");'
488
  if need_install:
489
  s += "Pkg.instantiate();"
490
  s += "Pkg.update();"
 
484
  return
485
 
486
  s = "import Pkg;"
 
487
  if need_install:
488
  s += "Pkg.instantiate();"
489
  s += "Pkg.update();"