Skip to content

Commit b9808b2

Browse files
committed
Remove unneeded sentence-transformers pin
Notebooks that need it will install it with the pin.
1 parent 3561069 commit b9808b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ install-pre-commit:
2121

2222
install-nbtest:
2323
python3 -m venv $(VENV)
24-
$(VENV)/bin/pip install -qqq elastic-nbtest sentence-transformers==2.7.0
24+
$(VENV)/bin/pip install -qqq elastic-nbtest

0 commit comments

Comments
 (0)