Skip to content

Commit

Permalink
Added fasttext as dependency in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Jan 24, 2024
1 parent 2f75712 commit 012a689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install:
@echo "--- 🚀 Installing project ---"
pip install pybind11
pip install -e ".[dev, docs, openai, cohere, tests, mistral]"
pip install -e ".[dev, docs, openai, cohere, tests, mistral, fasttext]"

static-type-check:
@echo "--- 🔍 Running static type check ---"
Expand Down

0 comments on commit 012a689

Please sign in to comment.