Skip to content

Use UV as package manager.#65

Draft
m0ose01 wants to merge 5 commits into
mainfrom
uv
Draft

Use UV as package manager.#65
m0ose01 wants to merge 5 commits into
mainfrom
uv

Conversation

@m0ose01
Copy link
Copy Markdown
Contributor

@m0ose01 m0ose01 commented May 6, 2026

Make changes to allow UV to be used as the package manager.

uv is basically becoming the standard package manager for new Python projects. It's very fast, and has basically all the features you could want except management of non-pip dependencies (which we rarely need). It's also available on Nemo.

The lockfile specifies working versions of all the dependencies, at least last time I checked.
It would be helpful if others could test this branch by following the instructions in the updated README, and seeing if it works for them.

m0ose01 added 5 commits May 1, 2026 15:49
Use the UV package manager to pin dependencies to working versions.
Remove suite2p from required dependencies, instead leaving it
as an optional dependency.
Update example sbatch scripts to use UV, rather than conda.
Update README with details re. uv package manager, remove installation
instructions for conda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant