Skip to content

Commit

Permalink
build: Add poetry command to use Python 3.11 for environment setup (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DaxServer committed May 23, 2024
1 parent 602ffcd commit b118df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ pull-docker-image:

install-python-dependencies:
@echo "$(GREEN)Installing Python dependencies...$(RESET)"
poetry env use python3.11
@if [ "$(shell uname)" = "Darwin" ]; then \
echo "$(BLUE)Installing `chroma-hnswlib`...$(RESET)"; \
echo "$(BLUE)Installing chroma-hnswlib...$(RESET)"; \
export HNSWLIB_NO_NATIVE=1; \
poetry run pip install chroma-hnswlib; \
fi
Expand Down

0 comments on commit b118df6

Please sign in to comment.