From 2b5ed2e9ebb766851e639cfc425f5ba416fed144 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Karzy=C5=84ski?= <4430709+postrational@users.noreply.github.com> Date: Sun, 18 Oct 2020 17:08:06 +0200 Subject: [PATCH] Tweaks for ONNX scoreboard (#2697) --- ngraph/python/requirements.txt | 2 +- ngraph/python/tests/test_onnx/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 ngraph/python/tests/test_onnx/__init__.py diff --git a/ngraph/python/requirements.txt b/ngraph/python/requirements.txt index badb7a7..49afa45 100644 --- a/ngraph/python/requirements.txt +++ b/ngraph/python/requirements.txt @@ -1,2 +1,2 @@ numpy -typing +typing; python_version < '3.6' diff --git a/ngraph/python/tests/test_onnx/__init__.py b/ngraph/python/tests/test_onnx/__init__.py new file mode 100644 index 0000000..e69de29 -- 2.7.4