Skip to content

Commit

Permalink
Add constraint to exclude Tensorflow 2.16.1 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 12, 2024
1 parent 2f34dd3 commit a12faea
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 @@ -93,7 +93,7 @@ class ExtraDependencies:
]
omlt = [
"omlt==1.1", # fix the version for now as package evolves
'tensorflow; python_version < "3.12"',
'tensorflow < 2.16.1 ; python_version < "3.12"',
]
grid = [
"gridx-prescient>=2.2.1", # idaes.tests.prescient
Expand Down

0 comments on commit a12faea

Please sign in to comment.