diff --git a/docs/agents/pysmurf-controller.rst b/docs/agents/pysmurf-controller.rst index 4b693f249..f5b9d4998 100644 --- a/docs/agents/pysmurf-controller.rst +++ b/docs/agents/pysmurf-controller.rst @@ -21,7 +21,6 @@ Dependencies The pysmurf controller requires the following packages: - - `pysmurf `_ - `sodetlib `_ - `sotodlib `_ @@ -29,7 +28,6 @@ These can be installed via pip: .. code-block:: bash - $ python -m pip install 'pysmurf-slac @ git+https://github.com/slaclab/pysmurf.git@main' $ python -m pip install 'sodetlib @ git+https://github.com/simonsobs/sodetlib.git@master' $ python -m pip install 'sotodlib @ git+https://github.com/simonsobs/sotodlib.git@master' diff --git a/pyproject.toml b/pyproject.toml index 13091cf3f..af2abdced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,6 @@ pfeiffer = [ # Pysmurf Controller Agent pysmurf = [ "pyepics", - # "pysmurf-slac @ git+https://github.com/slaclab/pysmurf.git@main", # "sodetlib @ git+https://github.com/simonsobs/sodetlib.git@master", # "sotodlib @ git+https://github.com/simonsobs/sotodlib.git@master", ] diff --git a/requirements.txt b/requirements.txt index a0df3840c..a8a60e915 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,6 @@ pfeiffer-vacuum-protocol==0.4 # pysmurf controller pyepics -pysmurf-slac @ git+https://github.com/slaclab/pysmurf.git@main sodetlib @ git+https://github.com/simonsobs/sodetlib.git@master # pin to just before 3.8 support dropped sotodlib @ git+https://github.com/simonsobs/sotodlib.git@5d613d5915b1716c401abecb5446088bce5fc1a4