-
Notifications
You must be signed in to change notification settings - Fork 13
/
requirements.txt
67 lines (52 loc) · 1.17 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# core dependencies
autobahn[serialization]
ocs
sqlalchemy>=1.4
twisted
# hardware communication
pyserial
pysnmp==4.4.12
pysmi
pyasn1==0.4.8
# common dependencies - used by multiple agents
numpy
pyyaml
requests
tqdm
# acu agent
soaculib @ git+https://github.com/simonsobs/soaculib.git@master
so3g
pixell
# holography agent - python 3.8 only!
# -r requirements/holography.txt
# LabJack Agent
numexpr
scipy
labjack-ljm
# magpie agent
scipy
pandas
# pfeiffer tc 400
pfeiffer-vacuum-protocol==0.4
# pysmurf controller
pyepics
pysmurf @ 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
# timing master monitor
pyepics
# xy_stage
xy_stage_control @ git+https://github.com/kmharrington/xy_stage_control.git@main
# pysmurf controller
pysmurf @ 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
# modbus
pyModbusTCP
# Docs
# see docs/requirements.txt
# testing + development
setuptools-scm
-r requirements/testing.txt
# Contributing
pre-commit