Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pyomo requirement to 6.8.0 release #1465

Merged
merged 11 commits into from
Aug 23, 2024
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __getitem__(self, key):
# Put abstract (non-versioned) deps here.
# Concrete dependencies go in requirements[-dev].txt
install_requires=[
"pyomo >= 6.7.3",
"pyomo >= 6.8.0",
"pint<0.24", # required to use Pyomo units. Pint 0.24 only supported on Python >=3.10
"networkx", # required to use Pyomo network
"numpy<2",
Expand Down
Loading