Skip to content

Commit

Permalink
update idaes-extension binaries version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jan 26, 2024
1 parent c9dceb2 commit 888964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/internal/get_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_idaes_extensions():
print(f'unable to set requests_ca_bundle and ssl_cert_file:\n{e}')
print(f'trying to download binaries')
from app.internal.download_binaries import download_binaries
download_binaries(release="3.0.0")
download_binaries(release="3.4.0")
print(f'extensions have been gotten')
print('successfully installed idaes extensions')
except PermissionError as e:
Expand Down

0 comments on commit 888964f

Please sign in to comment.