Skip to content

Commit a630b50

Browse files
committed
Prescient 2.2; tying to Egret 0.5.3
1 parent 42c1ebe commit a630b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages = find_namespace_packages(include=['prescient.*'])
2222

2323
setup(name='gridx-prescient',
24-
version='2.1.1.dev0',
24+
version='2.2',
2525
description='Power Generation Scenario creation and simulation utilities',
2626
url='https://github.com/grid-parity-exchange/Prescient',
2727
author='Jean-Paul Watson, David Woodruff, Andrea Staid, Dominic Yang',
@@ -40,6 +40,6 @@
4040
'prescient.simulator.tests':['regression_tests_data/**/*'],
4141
},
4242
install_requires=['numpy','matplotlib','pandas','scipy','pyomo>=6.1.2',
43-
'python-dateutil','networkx','jupyter', 'gridx-egret>=0.5.3.dev0',
43+
'python-dateutil','networkx','jupyter', 'gridx-egret==0.5.3',
4444
],
4545
)

0 commit comments

Comments
 (0)