From e1d5446964512958666cd6bc7399ab069eb7d8a7 Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Mon, 29 Jan 2024 00:16:53 +0100 Subject: [PATCH] Fix - Updated setup.py with added dependencies for the web_server --- requirements.txt | 2 +- setup.py | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bdd51541..1a84a681 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ wheel numpy<=1.26.0 -pandas<=2.0.3 scipy<=1.11.3 +pandas<=2.0.3 pvlib>=0.10.2 protobuf>=3.0.0 pytz>=2021.1 diff --git a/setup.py b/setup.py index a64d3721..bf7c643d 100644 --- a/setup.py +++ b/setup.py @@ -43,15 +43,19 @@ 'numpy<=1.26', 'scipy<=1.11.3', 'pandas<=2.0.3', - 'pvlib>=0.10.1', + 'pvlib>=0.10.2', 'protobuf>=3.0.0', 'pytz>=2021.1', 'requests>=2.25.1', 'beautifulsoup4>=4.9.3', + 'h5py==3.10.0', 'pulp>=2.4', 'pyyaml>=5.4.1', 'tables<=3.9.1', 'skforecast==0.11.0', + 'flask>=2.0.3', + 'waitress>=2.1.1', + 'plotly>=5.6.0' ], # Optional entry_points={ # Optional 'console_scripts': [