-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: pcds-5.9.0 #341
ENH: pcds-5.9.0 #341
Changes from 3 commits
5b4038e
a655445
e29d659
cb917ae
4ed4bda
f7da250
277a238
30e82b8
322bafe
d331b29
f6a696f
7beae76
8b94535
2b515d9
9366407
ca4c849
c39e3fe
64751cb
f92cba1
6fc4abd
d443233
5466d88
0a6366d
6522242
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# pypi as new as possible | ||
bluesky-queueserver>=0.0.18 | ||
bloptools>=0.7.0 | ||
grpcio-tools>=1.62.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know this wasn't specifically for BEAMS, but maybe we also install py_trees? Or is that putting the cart before the horse? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you're totally right, let's do it |
||
laserbeamsize | ||
p4p | ||
pip-audit | ||
|
@@ -7,18 +10,13 @@ python-vxi11 | |
slac-alarm-manager>=1.3.0 | ||
tc-release>=0.2.6 | ||
# conda+pip regressive pins | ||
# coverage 7.4.2 does not have a py39 build on conda | ||
coverage==7.4.1 | ||
# avoids bluesky v1.11.0 which breaks nabs | ||
bluesky==1.10.0 | ||
# avoids pre-releases of v2 | ||
databroker<2.0.0 | ||
# ipython changes make scientists upset and can break experiments | ||
ipython==8.4.0 | ||
# most of the ecosystem is not ready for numpy 2.0 | ||
numpy==1.26.4 | ||
# avoids ophyd v1.8.0 which I have not had time to test | ||
ophyd==1.7.0 | ||
# pin for gui interface stability | ||
qtpy==2.1.0 | ||
# sphinx 7.0.0 incompatible with rtd theme at 1.2.0, temporarily pin both | ||
sphinx<7 | ||
sphinx_rtd_theme==1.2.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,4 @@ | ||
# Extra dependencies that must be updated to handle a CVE | ||
# Apply this even in the incr environment | ||
# This file can be periodically cleared after an env release | ||
aiohttp>=3.9.2 | ||
dnspython>=2.6.1 | ||
cryptography>=42.0.0 | ||
fastapi>=0.109.1 | ||
gitpython>=3.1.41 | ||
idna>=3.7 | ||
jinja2>=3.1.3 | ||
jupyter-lsp>=2.2.2 | ||
jupyterlab>=4.0.11 | ||
notebook>=7.0.7 | ||
orjson>=3.9.15 | ||
pillow>=10.3.0 | ||
pymongo>=4.6.3 | ||
pyopenssl>=24 | ||
python-multipart>=0.0.7 | ||
starlette>=0.36.2 | ||
aiohttp>=3.10.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also pins bluesky (non-base), which has a strict bluesky-base pin. So the comment here makes sense 👍