Skip to content

Commit

Permalink
Prescient 2.2; tying to Egret 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed Dec 14, 2022
1 parent 42c1ebe commit a630b50
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 @@ -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',
Expand All @@ -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',
],
)

0 comments on commit a630b50

Please sign in to comment.