This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenvironment_2022_3.yml
105 lines (94 loc) · 2.02 KB
/
environment_2022_3.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
name: bluesky_2022_3
# use:
# prefer micromamba (conda takes much longer, if ever, to solve)
# micromamba installed in ~30s
# date; micromamba create -y -n bluesky_2022_3 -f ./environment_2022_3.yml; date
# # then activate with:
# eval "$(micromamba shell hook --shell=bash)"
# micromamba activate bluesky_2022_3
# conda installed in ~250s
# date; conda env create --force -f ./environment_2022_3.yml; date
# # then activate with:
# conda activate bluesky_2022_3
channels:
- conda-forge
- apsu
- aps-anl-tag
- defaults
# - sveseli
# - nsls2forge
dependencies:
# --- Python core packages
- python >=3.9
- ipython
- jupyter
- jupyterlab
- notebook
- pip
- psutil
# --- testing and quality assurance
- black
- flake8
- pylint
- pytest
- pytest-notebook
# --- Qt
- pyqt =5
- qt =5
# --- general support packages
- bitshuffle
- epics-base >=7.0.5
- h5py
- hdf5plugin
- imagecodecs-lite
- ipympl
- lxml
- pandas
- pint
- pyEpics >=3.5.0
- pymongo
- scikit-image
- xlrd
# --- Bluesky framework packages
- adl2pydm
- apstools >=1.6.3
- area-detector-handlers
- bluesky-queueserver
- bluesky-queueserver-api
- bluesky-widgets
- bluesky >=1.8.1
- databroker-pack
- databroker =1.2
- happi
- hklpy >=1.0.3 # --- linux-64
- ophyd >=1.6.3
- pydm
- tiled-server
# https://github.com/pydata/xarray/issues/6818
- xarray !=2022.6.0 # incompatible with numpy=1.20
# --- user-requested packages
- aps-dm-api >=5 # linux-64 osx-64
# - c2dataviewer # --- linux-64
- nexpy
- punx
- pvapy
- pvview
- pymca
- pyRestTable
- spec2nexus
- stdlogpj
- xrayutilities
# --- packaging and publishing
- conda-build
- coverage
- sphinx
- sphinxcontrib-napoleon
- twine
- versioneer
- mamba
- micromamba
- pygithub
# - pip:
# # --- optional Bluesky framework packages for evaluation
# # - bluesky-webclient is NOT Python software, don't install it this way
# # https://github.com/bluesky/bluesky-webclient