Skip to content

Commit

Permalink
Bumping the IDAES tag of Pyomo to check for issues (#1523)
Browse files Browse the repository at this point in the history
* Updating Pyomo tag to check IDAES tests in preparation for the release

* Pinning to numpy<2

* Debugging test failures

* Removing flexparser version bound

* Bump Pyomo tag

* Bump Pyomo tag

* Bumping Pyomo tag again

* Bumping Pyomo to the latest release

* Bumping Pyomo tag

* Update pyomo requirement to to 6.8.2 release

---------

Co-authored-by: John Siirola <[email protected]>
Co-authored-by: Keith Beattie <[email protected]>
Co-authored-by: Ludovico Bianchi <[email protected]>
  • Loading branch information
4 people authored Nov 19, 2024
1 parent 7eac461 commit c4336ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __getitem__(self, key):
# Put abstract (non-versioned) deps here.
# Concrete dependencies go in requirements[-dev].txt
install_requires=[
"pyomo @ https://github.com/IDAES/pyomo/archive/6.8.0.idaes.2024.10.25.zip",
"pyomo >= 6.8.2",
"pint >= 0.24.1", # required to use Pyomo units. Pint 0.24.1 needed for Python 3.9 support
"networkx", # required to use Pyomo network
"numpy>=1,<3",
Expand Down

0 comments on commit c4336ba

Please sign in to comment.