Skip to content

Commit fbade8d

Browse files
committed
removed httpx from core deps
1 parent 236dfc3 commit fbade8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ classifiers = [
1515
]
1616

1717
[project.optional-dependencies]
18-
core = ["numpy>=1.0.0,<3.0.0", "onnxruntime>=1.0.0,<2.0.0", "httpx<1.0.0"]
18+
core = ["numpy>=1.0.0,<3.0.0", "onnxruntime>=1.0.0,<2.0.0"]
1919
test = ["jsonschema>=4.0.0,<5.0.0"]

0 commit comments

Comments
 (0)