Skip to content

Commit

Permalink
add omlt and tensorflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-a-a committed Dec 20, 2023
1 parent 5adcb37 commit 8753a35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ class SpecialDependencies:
# NOTE: this will fail until this idaes-pse version is available on PyPI
"idaes-pse==2.2.*",
"pyomo==6.6.2",
"omlt==1.1", # fix the version for now as package evolves
"tensorflow",
]
for_prerelease = [
"idaes-pse==2.2.*",
"pyomo==6.6.2",
"omlt==1.1", # fix the version for now as package evolves
"tensorflow",
]


Expand Down

0 comments on commit 8753a35

Please sign in to comment.