Skip to content

Commit 0f769a0

Browse files
authored
Merge pull request #63 from grace-sng7/augmented_suggester
onnxruntime dependency
2 parents 59c6012 + a68930b commit 0f769a0

File tree

2 files changed

+50
-24
lines changed

2 files changed

+50
-24
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ files = ["pywhyllm/__init__.py"]
5050
#
5151
[tool.poetry.dependencies]
5252
python = ">=3.9,<3.13"
53-
onnxruntime = ">=1.18.0,<1.21.0"
5453
# to support python 3.9 with networkx
5554
networkx = "<=3.2.1"
5655
guidance = ">=0.2"
@@ -64,6 +63,8 @@ langchain-openai = "0.3.26"
6463
langchain-huggingface = ">=0.2.0"
6564
rank-bm25 = ">=0.2.2"
6665
sentence-transformers = ">=4.1.0"
66+
onnxruntime = "1.16.3"
67+
onnxruntime-silicon = "1.16.3"
6768

6869
[tool.poetry.group.dev.dependencies]
6970
poethepoet = "^0.33.0"

0 commit comments

Comments
 (0)