Skip to content

Commit eb6ba72

Browse files
update scipy stuff
1 parent d77b4b2 commit eb6ba72

File tree

2 files changed

+59
-36
lines changed

2 files changed

+59
-36
lines changed

poetry.lock

Lines changed: 55 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,17 @@ mistralai = { version = ">=1.0.0", optional = true }
3939
voyageai = { version = ">=0.2.2", optional = true }
4040
ranx = { version = "^0.3.0", python=">=3.10", optional = true }
4141
boto3 = {version = "1.36.0", optional = true, extras = ["bedrock"]}
42+
scipy = {version = "^1.15", optional = true, python=">=3.10"}
43+
4244

4345
[tool.poetry.extras]
4446
openai = ["openai"]
45-
sentence-transformers = ["sentence-transformers"]
47+
sentence-transformers = ["sentence-transformers", "scipy"]
4648
vertexai = ["google-cloud-aiplatform", "protobuf"]
4749
cohere = ["cohere"]
4850
mistralai = ["mistralai"]
4951
voyageai = ["voyageai"]
50-
ranx = ["ranx"]
52+
ranx = ["ranx", "scipy"]
5153
bedrock = ["boto3"]
5254
nltk = ["nltk"]
5355

0 commit comments

Comments
 (0)