Skip to content

Commit

Permalink
responsibleai text and vision 0.0.11 components (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Nov 17, 2023
1 parent 4b0648d commit da66cb3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ dependencies:
- pycocotools==2.0.4
- pip:
- numpy==1.22.0
- responsibleai~=0.30.0
- raiwidgets~=0.30.0
- responsibleai~=0.32.0
- raiwidgets~=0.32.0
- pyarrow
- azure-core==1.25.1
- azure-core==1.29.5
- mlflow
- markupsafe<2.1.0
- itsdangerous==2.0.1
- responsibleai-text[qa]==0.2.1
- markupsafe<=2.1.2
- itsdangerous<=2.1.2
- responsibleai-text[qa]==0.2.3
- click<8.0.0
- mltable==1.4.1
- mltable==1.5.0
- transformers>=4.17.0
- ml-wrappers~=0.5.2
- ml-wrappers~=0.5.3
- nlp-feature-extractors==0.1.0
- datasets
- typing-extensions<4.6.1
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ RUN pip install 'shap==0.41.0' \
'setuptools>=65.5.1' \
'numpy==1.22.0' \
'scipy==1.10.0' \
'statsmodels==0.14.0' \
'torch==1.13.1'
'statsmodels==0.14.0'

RUN pip freeze

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,18 @@ dependencies:
- cpuonly
- pycocotools==2.0.4
- pip:
- responsibleai~=0.30.0
- raiwidgets~=0.30.0
# Required since azureml-automl-dnn-vision uses a fig.save_fig method with
# some parameters such as quality=100, optimizer=True, progressive=True which are only
# supported until matplotlib 3.5.3. There is a fix in dnn-vision which will be rolled out soon
# post which this pin can be removed.
- matplotlib<=3.5.3
- responsibleai~=0.32.0
- raiwidgets~=0.32.0
- pyarrow
- mlflow
- markupsafe<2.1.0
- itsdangerous==2.0.1
- markupsafe<=2.1.2
- itsdangerous<=2.1.2
- vision_explanation_methods
- ml_wrappers
- responsibleai-vision==0.3.1
- responsibleai-vision==0.3.3
- opencv-python==4.3.0.36
- click<8.0.0
- mltable==1.4.1
- mltable==1.5.0
- fastai
- ipython<8.13
- typing-extensions<4.6.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: http://azureml/sdk-2-0/CommandComponent.json
name: rai_text_insights
display_name: RAI Text Insights
version: 0.0.10
version: 0.0.11
tags:
Preview: ""
type: command
Expand Down Expand Up @@ -69,7 +69,7 @@ outputs:
type: path
description: Json file to which UX is serialized to for viewing in static AzureML Studio UI
code: ../src
environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/30
environment: azureml://registries/azureml/environments/responsibleai-text-ubuntu20.04-py38-cpu/versions/33
command: >-
python ./rai_text_insights.py
--task_type ${{inputs.task_type}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: http://azureml/sdk-2-0/CommandComponent.json
name: rai_vision_insights
display_name: RAI Vision Insights
version: 0.0.10
version: 0.0.11
tags:
Preview: ""
type: command
Expand Down Expand Up @@ -116,7 +116,7 @@ outputs:
type: path
description: Json file to which UX is serialized to for viewing in static AzureML Studio UI
code: ../src
environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/33
environment: azureml://registries/azureml/environments/responsibleai-vision-ubuntu20.04-py38-cpu/versions/37
command: >-
python ./rai_vision_insights.py
--task_type ${{inputs.task_type}}
Expand Down

0 comments on commit da66cb3

Please sign in to comment.