Skip to content

Commit

Permalink
Merge branch 'main' into arm_m1_gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKantor committed Oct 10, 2023
2 parents deb7353 + 2965b9d commit 9576d4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from typing import Any, Callable, Dict, List, Optional

import numpy as np
import onnxruntime as ort
import torch
from openvino.runtime import Core
from torch import nn
Expand Down
1 change: 0 additions & 1 deletion doctr/models/recognition/crnn/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from itertools import groupby
from typing import Any, Callable, Dict, List, Optional, Tuple

import onnxruntime as ort
import torch
from openvino.runtime import Core
from torch import nn
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ dependencies = [
"tqdm>=4.30.0",
"rapidfuzz>=1.6.0",
"huggingface-hub>=0.4.0",
"openvino==2022.3.0",
"onnxruntime-gpu>=1.12.1; sys_platform == 'linux'",
"onnxruntime>=1.12.1; sys_platform == 'darwin'",
"openvino==2022.3.1"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -105,7 +103,6 @@ dev = [
"pytest>=5.3.2",
"coverage[toml]>=4.5.4",
"hdf5storage>=0.1.18",
"onnxruntime>=1.11.0",
"requests>=2.20.0",
# Quality
"flake8>=3.9.0",
Expand Down

0 comments on commit 9576d4e

Please sign in to comment.