From 3a77723ecac4f290f9b309cbbf2ac4de1f845453 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <yamanu@xilinx.com> Date: Mon, 26 Aug 2019 16:41:12 +0100 Subject: [PATCH] update requirements.txt --- requirements.txt | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index 92723e8d7..c199417ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,6 @@ +future numpy +onnx +onnxruntime pre-commit -# ============================================================================= -# DEPRECATION WARNING: -# -# The file `requirements.txt` does not influence the package dependencies and -# will not be automatically created in the next version of PyScaffold (v4.x). -# -# Please have look at the docs for better alternatives -# (`Dependency Management` section). -# ============================================================================= -# -# Add your pinned requirements so that they can be easily installed with: -# pip install -r requirements.txt -# Remember to also add them in setup.cfg but unpinned. -# Example: -# numpy==1.13.3 -# scipy==1.0 -# sphinx -- GitLab