Skip to content

Bug: onnxruntime version issues #11

@hlydecker

Description

@hlydecker

When installing locally:

pip install -e aigis

Get the following error:

ERROR: Could not find a version that satisfies the requirement onnxruntime<2.0.0,>=1.17.0 (from aigis) (from versions: 1.12.0, 1.12.1, 1.13.1, 1.14.1, 1.15.0, 1.15.1, 1.16.0, 1.16.1, 1.16.2, 1.16.3)
ERROR: No matching distribution found for onnxruntime<2.0.0,>=1.17.0

I've looked at the pyproject.toml and I haven't found anything that looks to be causing the problem:

onnx = "^1.15.0"
onnxruntime = "^1.17.0"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions