Skip to content

Commit

Permalink
Move library to 0.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
arunpamulapati committed Oct 22, 2024
1 parent d1b40ef commit bb880ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/setup/faqs_and_troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ We created diagnosis notebooks for respective clouds to help troubleshoot your S
%pip install msal --find-links /dbfs/FileStore/wheels/msal-1.22.0-py2.py3-none-any.whl
%pip install dbl-sat-sdk==0.1.34 --find-links /dbfs/FileStore/wheels/dbl_sat_sdk-0.1.34-py3-none-any.whl
%pip install dbl-sat-sdk==0.1.37 --find-links /dbfs/FileStore/wheels/dbl_sat_sdk-0.1.37-py3-none-any.whl
```
7. Make sure the versions for the above libraries match.
4 changes: 2 additions & 2 deletions notebooks/Includes/install_sat_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

# COMMAND ----------

SDK_VERSION='0.1.36'
SDK_VERSION='0.1.37'

# COMMAND ----------

#%pip install dbl-sat-sdk=={SDK_VERSION} --find-links /dbfs/FileStore/tables/dbl_sat_sdk-0.1.28-py3-none-any.whl
#%pip install dbl-sat-sdk=={SDK_VERSION} --find-links /dbfs/FileStore/tables/dbl_sat_sdk-0.1.37-py3-none-any.whl

# COMMAND ----------

Expand Down

0 comments on commit bb880ae

Please sign in to comment.