Skip to content

Commit e294fa1

Browse files
authored
Updating dependencies to include correct versions of numpy (#72)
1 parent aa72d6e commit e294fa1

File tree

2 files changed

+73
-4
lines changed

2 files changed

+73
-4
lines changed

libs/azure-ai/poetry.lock

+69-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/azure-ai/pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ aiohttp = "^3.10.0"
1818
azure-monitor-opentelemetry = { "version" = "^1.6.4", optional = true }
1919
opentelemetry-semantic-conventions-ai = { "version" = "^0.4.2", optional = true }
2020
opentelemetry-instrumentation-threading = { "version" = "^0.49b2", optional = true }
21+
numpy = [
22+
{ version = ">=1.26.2", markers = "python_version < '3.13'" },
23+
{ version = ">=2.1.0", markers = "python_version >= '3.13'" }
24+
]
2125

2226
[tool.poetry.extras]
2327
opentelemetry = ["azure-monitor-opentelemetry", "opentelemetry-semantic-conventions-ai", "opentelemetry-instrumentation-threading"]
@@ -34,7 +38,6 @@ ruff = "^0.5"
3438
python-dotenv = "^1.0.1"
3539
pytest = "^7.4.3"
3640
pymongo = "^4.5.0"
37-
numpy = "^1.24"
3841
simsimd = "^6.0.0"
3942

4043

@@ -47,7 +50,6 @@ pytest-asyncio = "^0.21.1"
4750
python-dotenv = "^1.0.1"
4851
syrupy = "^4.7.2"
4952
langchain-core = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"}
50-
numpy = ">=1.21"
5153

5254
[tool.poetry.group.test_integration.dependencies]
5355
pytest = "^7.3.0"

0 commit comments

Comments
 (0)