-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment_2023_2.yml
121 lines (106 loc) · 2.8 KB
/
environment_2023_2.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
name: bluesky_2023_2
# download:
# wget https://raw.githubusercontent.com/BCDA-APS/bluesky_training/main/bluesky/environments/environment_2023_2.yml
# create:
# conda env create --force -n bluesky_2023_2 -f ./environment_2023_2.yml --solver=libmamba
# activate:
# conda activate bluesky_2023_2
# Add/revise environment variable for default bluesky environment.
# Add to ~/.bash_aliases (or if that does not exist, ~/.bashrc).
# export BLUESKY_CONDA_ENV=bluesky_2023_2
# For more advice about bash environment variables, see:
# https://github.com/BCDA-APS/bluesky_training/blob/main/bluesky/environments/admin/bluesky.md#bash-environment-variables
channels:
# To get epics-base compatible with both PyEpics _and_ pvapy, apsu channel first.
# BTW: apsu channel includes all of sveseli channel (no need for the extra).
- apsu
# then conda-forge
- conda-forge
- aps-anl-tag
- defaults
dependencies:
# --- Python core packages
- python >=3.10
- 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
- pysumreg
- scikit-image
- xlrd
# --- Bluesky framework packages
- apstools
- area-detector-handlers
- bluesky-queueserver
- bluesky-queueserver-api
- bluesky-widgets
- bluesky >=1.8.1
- databroker-pack
- databroker =1.2
- hklpy >=1.0.3 # --- linux-64
- httpx >=0.14 # issue #75
- ophyd >=1.7
- pydm
- tiled
# https://github.com/pydata/xarray/issues/6818
- xarray !=2022.6.0 # incompatible with numpy=1.20
# --- user-requested packages
- nexpy
- punx
- pvapy
- pvview
- pymca
- pyRestTable
- spec2nexus
- stdlogpj
- xrayutilities
# --- packaging and publishing
- conda-build
- coverage
- mamba
- micromamba
- myst-parser
- nbsphinx
- pydata-sphinx-theme
- pygithub
- sphinx
- sphinx-tabs
- sphinxcontrib-napoleon
- twine
- versioneer
# if not using this environment at APS, then comment these (and apsbss below)
- aps-dm-api >=5 # linux-64 osx-64
# - c2dataviewer # --- linux-64
# LibMambaUnsatisfiableError: Encountered problems while solving:
# - package c2dataviewer-1.7.6-py37_0 requires python >=3.7,<3.8.0a0, but none of the providers can be installed
- pip:
- apsbss # only works on APS subnet
# - happi
# - tiled[all]
- https://github.com/BCDA-APS/adl2pydm/archive/main.zip
# --- optional Bluesky framework packages for evaluation
# - bluesky-webclient is NOT Python software, don't install it this way
# https://github.com/bluesky/bluesky-webclient