Skip to content

Commit

Permalink
different onnxruntime versions for different python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 committed Jan 6, 2025
1 parent 2b4339f commit b467105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presidio-analyzer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gunicorn = {version = "*", optional = true}

onnxruntime-gpu = [
{version = ">=1.18,<1.19", markers = "python_version < '3.10'", optional = true },
{version = ">=1.20", markers = "python_version >= '3.10'", optional = true }
{version = ">=1.19", markers = "python_version >= '3.10'", optional = true }
]

[tool.poetry.extras]
Expand Down

0 comments on commit b467105

Please sign in to comment.