Skip to content

Add uv support#89

Open
AkaakuHub wants to merge 3 commits into
OliBomby:mainfrom
AkaakuHub:feature/add-uv-support
Open

Add uv support#89
AkaakuHub wants to merge 3 commits into
OliBomby:mainfrom
AkaakuHub:feature/add-uv-support

Conversation

@AkaakuHub

@AkaakuHub AkaakuHub commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

This pull request introduces support for the uv dependency manager. I tested these setup on my computer.

Dependency management and packaging improvements:

  • Added a pyproject.toml file specifying project metadata, Python version requirements (>=3.10,<3.14), dependencies, and configuration for uv and hatchling build backend. This modernizes and standardizes the project's packaging and installation process.
  • Added .python-version file to explicitly set Python version to 3.10 for development environments.
  • uv.lock should be included in the commit to specify the library versions that work correctly.

Documentation updates:

  • Updated README.md to provide clear instructions for installing dependencies using either pip or uv, including explicit steps to install CUDA-enabled PyTorch wheels when using uv.
  • Added instructions in README.md for running the application with uv, clarifying usage for users who choose the new dependency manager.

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