Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ dependencies = [
"tqdm",
]

[project.optional-dependencies]
scripts = [
"ipython",
"traitlets",
]
dev = [
"pytest",
"setuptools-scm",
]

[project.scripts]
jackhammer = "sodetlib.hammers.jackhammer:main"

Expand Down
15 changes: 12 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
tqdm
ipython
setuptools-scm
PyYAML
numpy
scipy
Expand All @@ -11,4 +9,15 @@ pandas
# i.e. when [1] is merged and propagated to [2].
# [1] - https://github.com/simonsobs/smurf_dockers/pull/6
# [2] - https://github.com/simonsobs/socs/blob/main/docker/pysmurf_controller/Dockerfile
sotodlib @ git+https://github.com/simonsobs/sotodlib.git@f3f9a97
sotodlib @ git+https://github.com/simonsobs/sotodlib.git@5d613d5915b1716c401abecb5446088bce5fc1a4
# pysmurf can be installed from PyPI once [3] is merged and a new release is made
# [3] - https://github.com/slaclab/pysmurf/pull/824
pysmurf @ git+https://github.com/slaclab/pysmurf.git@main

# scripts
ipython
traitlets

# dev
pytest
setuptools-scm