Skip to content

Commit

Permalink
Add constraint for TensorFlow b/c breaking change in Keras serializat…
Browse files Browse the repository at this point in the history
…ion (#93)
  • Loading branch information
lbianchi-lbl authored Mar 18, 2024
1 parent b791db5 commit 300c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gui = [
omlt = [
# For Keras/OMLT
"omlt",
"tensorflow",
'tensorflow<2.16.1 ; python_version < "3.12"',
]
idaes = [
"idaes-pse", # installing IDAES (from release) is opt-in
Expand Down

0 comments on commit 300c6c5

Please sign in to comment.