diff --git a/setup.py b/setup.py index bea924a..bf0c595 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = find_namespace_packages(include=['prescient.*']) setup(name='gridx-prescient', - version='2.2.2.dev0', + version='2.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', @@ -46,6 +46,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.4.dev0', + 'python-dateutil','networkx','jupyter', 'gridx-egret==0.5.5', ], )