Commit Graph

10 Commits

Author SHA1 Message Date
Jonathon Broughton 1fa18fb657 Update dependency installation commands
- Changed `uv pip install` to `uv pip sync` in workflow and Dockerfile.
- Added new package with dependencies in lock file.
- Removed old package definition from lock file.
2025-03-24 17:29:23 +00:00
Jonathon Broughton 218b889302 Update dependency installation methods
- Changed pip upgrade and install commands to use 'uv'
- Updated workflow for installing dependencies
- Modified Dockerfile to reflect new installation approach
2025-03-24 17:25:22 +00:00
Jonathon Broughton d78bd1f8fc Update dependency installation commands
- Changed pip install commands to upgrade pip first
- Simplified installation of the package in workflows and Dockerfile
2025-03-24 16:37:03 +00:00
Jonathon Broughton 774c412efc Update Python version to 3.13
- Changed Python version in workflow config
- Updated local Python version file
- Switched Docker base image to 3.13
2025-03-24 16:30:12 +00:00
Jonathon Broughton 5ea62fdc8d Update package installation commands
- Changed pip install command to include `--only-binary=:all:`
- Updated workflow and Dockerfile for consistency
2025-03-24 16:26:16 +00:00
Jonathon Broughton 690e6f7d13 Update package installation commands
- Changed pip install command to use --system flag
- Updated workflow and Dockerfile for consistency
2025-03-24 12:31:43 +00:00
Jonathon Broughton 6186ee139f Update Python version and dependency management
- Changed Python version to 3.12.4 in workflows
- Switched to using 'uv' for dependency installation
- Updated Dockerfile to reflect new base image and install method
- Added package configuration in pyproject.toml
2025-03-24 12:28:15 +00:00
Jonathon Broughton 31ff21a178 Update dependencies installation process
- Switched from Poetry to pip for managing dependencies.
- Updated Python version in the Dockerfile to 3.13.
- Simplified installation steps in CI workflow and Dockerfile.
2025-03-24 09:42:05 +00:00
renovate[bot] 29b5c7d4c2 Update python Docker tag to v3.13 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:40:12 +00:00
Jonathon Broughton 188148c69f Initial commit 2025-01-24 21:24:28 +00:00