From d5fb46749021d8f3a077e2ad657294066597340c Mon Sep 17 00:00:00 2001 From: Fabrizio Grosa Date: Tue, 24 Oct 2023 13:54:36 +0200 Subject: [PATCH] ye another test --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec5197c..af19cc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ psutil dutil -prophet>=1.1.5 +prophet>=1.1.4 hipe4ml>=0.0.15 torch>=1.7.0 scikit-learn>=0.21.3 diff --git a/setup.py b/setup.py index af620df..0a91ae5 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def __call__(self): # installed. For an analysis of "install_requires" vs pip's requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=[ - "psutil", "dutil", "prophet>=1.1.5", "pyarrow>=5.0.0", "hipe4ml>=0.0.15", + "psutil", "dutil", "prophet>=1.1.4", "pyarrow>=5.0.0", "hipe4ml>=0.0.15", "ipython>=7.16.1", "jedi==0.17.2", "torch>=1.7.0", "scikit-learn>=0.21.3", "onnxconverter-common>=1.13.0", "skl2onnx>=1.12.0", "onnxmltools>=1.6.0,<=1.11.0", "onnxruntime>=1.12.0",