Skip to content

Commit

Permalink
feat:fix makefile error
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed Dec 26, 2024
1 parent 8ee6a2b commit 2ed5675
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ install-huggingface:
${PYTHON} -m pip install pip==${PIP_VERSION}
${PYTHON} -m pip install -r requirements/huggingface.txt

.PHONY: install-nltk-models
install-nltk-models:
${PYTHON} -c "from unstructured.nlp.tokenize import download_nltk_packages; download_nltk_packages()"

.PHONY: install-test
install-test:
${PYTHON} -m pip install -r requirements/test.txt
Expand Down

0 comments on commit 2ed5675

Please sign in to comment.