Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
92a0dfa
Initial toml file
tacaswell Aug 26, 2025
cec6331
Regenerate with current versions
tacaswell Aug 26, 2025
c9cf599
Initial packages required to get profile to import
tacaswell Aug 28, 2025
da351a6
MNT: remove used of removed tiled API
tacaswell Aug 29, 2025
0c19337
Add hdf5 plugins and standardize Python pinning
tacaswell Sep 3, 2025
e6e84f5
update lockfile
tacaswell Sep 3, 2025
9577c49
Update lock file
tacaswell Sep 4, 2025
c56e0dd
update core pins
tacaswell Sep 4, 2025
c42d09b
regenerate lock
tacaswell Sep 4, 2025
1036dae
Update versions
tacaswell Sep 4, 2025
1f1fa0c
Adding more third-party floors
tacaswell Sep 4, 2025
7e153dd
Update versions
tacaswell Sep 5, 2025
c0b6c57
MNT: update ophyd-async and pull more from CF
tacaswell Sep 9, 2025
9949f52
generate lock file
tacaswell Sep 9, 2025
0f9943b
Add caproto to the `pixi.toml`
mrakitin Sep 30, 2025
6981ee6
Manage envs when lanuching terminal
tacaswell Oct 22, 2025
8d95ef6
Update and regenerate lock
tacaswell Oct 22, 2025
cc9079b
MNT: change from deprecated section name
tacaswell Nov 7, 2025
36c36d8
Update pixi.toml for new packages
tacaswell Nov 7, 2025
d5ec273
BLD: update lock file
tacaswell Nov 7, 2025
2c1a6e8
Add pvxslibs
tacaswell Nov 17, 2025
44e15d9
Update pixi.toml for new packages
tacaswell Nov 17, 2025
d6315d5
ENH: switch ophyd-async for conda-forge
tacaswell Nov 24, 2025
1b6d0bd
MNT: ignore PYTHONPATH when launching terminal
tacaswell Nov 24, 2025
f030442
update bluesky and databroker pins
tacaswell Nov 25, 2025
43c1802
regenerate lock
tacaswell Nov 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ xdi/
*.ods
*.xls
.~lock.*.xls#
# pixi environments
.pixi/*
!.pixi/config.toml
Loading
Loading