Skip to content

Commit c4fae0f

Browse files
committed
remove add in favor of pip install
Signed-off-by: Max Jeblick <maximilianjeblick@gmail.com>
1 parent 08649f0 commit c4fae0f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ reports:
4141

4242
.PHONY: test
4343
test: reports
44-
$(UV) add optimum-quanto
45-
$(UV) add flash-attn
44+
$(UV) pip install optimum-quanto
45+
$(UV) pip install flash-attn
4646
PYTHONPATH=. \
4747
$(UV) run pytest \
4848
--cov-report xml:reports/coverage.xml \

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ dependencies = [
2222
"accelerate>=1.0.0,<2",
2323
"requests>=2.32.3,<3",
2424
"cachetools>=5.5.2,<6",
25-
"optimum-quanto>=0.2.7",
26-
"hatch>=1.14.1",
27-
"flash-attn>=2.8.2",
2825
]
2926

3027
[project.optional-dependencies]

0 commit comments

Comments
 (0)