From a630b50611eba51604aa6d93ad89311b1de6fab2 Mon Sep 17 00:00:00 2001 From: Bernard Knueven Date: Tue, 13 Dec 2022 17:00:45 -0700 Subject: [PATCH] Prescient 2.2; tying to Egret 0.5.3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9c83200f..b8c6147f 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ packages = find_namespace_packages(include=['prescient.*']) setup(name='gridx-prescient', - version='2.1.1.dev0', + version='2.2', description='Power Generation Scenario creation and simulation utilities', url='https://github.com/grid-parity-exchange/Prescient', author='Jean-Paul Watson, David Woodruff, Andrea Staid, Dominic Yang', @@ -40,6 +40,6 @@ 'prescient.simulator.tests':['regression_tests_data/**/*'], }, install_requires=['numpy','matplotlib','pandas','scipy','pyomo>=6.1.2', - 'python-dateutil','networkx','jupyter', 'gridx-egret>=0.5.3.dev0', + 'python-dateutil','networkx','jupyter', 'gridx-egret==0.5.3', ], )