-
Notifications
You must be signed in to change notification settings - Fork 1
/
env.yml
64 lines (61 loc) · 1.02 KB
/
env.yml
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
name: bdp2022
# use:
# date; micromamba create -y -n bdptest -f ./env.yml; date
# date; conda env create --force -f ./env.yml; date
channels:
- epics
- apsu
- conda-forge
- defaults
- aps-anl-tag
- nsls2forge
dependencies:
# --- Python core packages
- python
- ipython
- pip
- psutil
# --- testing and quality assurance
- black
- flake8
- pylint
- pytest
# --- Qt
- pyqt=5
- qt=5
# --- support packages
- aps-dm-api>=5
- epics-base>=7.0.5
- h5py
- imagecodecs-lite
- intake!=0.6.5
- ipympl
- lxml
- pandas
- pint
- pvapy >4.0.3
- pvapy-boost >=1.78
- pyEpics>=3.5.0
- pymongo
- scikit-image
- xlrd
# --- Bluesky framework packages
- apstools
- area-detector-handlers
- bluesky>=1.8.1
- bluesky-queueserver
- bluesky-queueserver-api
- bluesky-widgets
- databroker=1.2
- databroker-pack
- hklpy>=1.0.1
- ophyd>=1.6.3
# - tiled
# --- user-requested packages
- punx
- pvview
- pyRestTable
- spec2nexus
- stdlogpj
- pip:
- tiled[all]