Skip to content

Commit

Permalink
Prescient release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed Apr 4, 2023
1 parent 71a2bb3 commit 5eb13da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
],
)

0 comments on commit 5eb13da

Please sign in to comment.