Skip to content

Commit 9264c04

Browse files
committed
Add uv lock file, remove 8.0-M03 from matrix ftm
1 parent 6d7274c commit 9264c04

File tree

4 files changed

+1659
-2
lines changed

4 files changed

+1659
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
python-version: [3.12, 3.13]
37-
redis-version: ['6.2.6-v9', 'latest', '8.0-M03']
37+
redis-version: ['6.2.6-v9', 'latest'] # 8.0-M03 is not working atm
3838

3939
steps:
4040
- uses: actions/checkout@v3

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,11 @@ You can configure the service using environment variables:
139139

140140
### Installation
141141

142+
This project uses [uv](https://github.com/astral-sh/uv) for dependency management.
143+
142144
1. Install dependencies:
143145
```bash
144-
pip install -e ".[dev]"
146+
uv sync --all-extras
145147
```
146148

147149
2. Set up environment variables (see Configuration section)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"nanoid>=2.0.0",
2929
"mcp>=1.6.0",
3030
"sentence-transformers>=3.4.1",
31+
"accelerate>=1.6.0",
3132
]
3233

3334
[project.optional-dependencies]

0 commit comments

Comments
 (0)