Skip to content

Commit

Permalink
Moved pyproject.toml to optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Dec 5, 2024
1 parent a95c290 commit cc18a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies = [
"typing_extensions>=0.0.0",
"eval_type_backport>=0.0.0",
"polars>=0.20.22",
"model2vec>=0.3.0"
]


Expand All @@ -63,6 +62,7 @@ flagembedding = ["FlagEmbedding"]
jina = ["einops>=0.8.0"]
flash_attention = ["flash-attn>=2.6.3"]
openai = ["openai>=1.41.0", "tiktoken>=0.8.0"]
model2vec = ["model2vec>=0.3.0"]


[tool.coverage.report]
Expand Down

0 comments on commit cc18a77

Please sign in to comment.