PlasmaPy / PlasmaPy/plasmapy.github.io
Create a `uv.lock` file to lock dependencies for website builds
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Currently we use a requirements.txt file to lock requirements, but uv.lock works across versions of Python and for different operating systems and provides for more consistent builds.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing requirements.txt and the website build setup to understand the dependencies currently locked for builds. Create the uv.lock file for those requirements; done means the repository contains the lock file and website builds have consistent dependencies across Python versions and operating systems.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100