Skip to content

Upgrade setuptools version to 78.1.1 in responsibleai-vision and responsibleai-text #4229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN pip install 'azureml-mlflow=={{latest-pypi-version}}' \

RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
'azureml-telemetry=={{latest-pypi-version}}' \
'setuptools>=78.1.1' \
'gunicorn>=22.0.0'

# azureml-dataset-runtime[fuse] upper bound for pyarrow is 11.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
RUN pip install 'scikit-learn>=1.5.1' \
'interpret-community==0.31.0' \
'Pillow>=10.3.0' \
'setuptools>=65.5.1' \
'setuptools>=78.1.1' \
'numpy==1.26.2' \
'scipy==1.10.0' \
'statsmodels==0.14.0' \
Expand Down
Original file line number Diff line number Diff line change
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/versions/18
environment: azureml://registries/azureml/environments/responsibleai-text/versions/19
command: >-
python ./rai_text_insights.py
--task_type ${{inputs.task_type}}
Expand Down
Original file line number Diff line number Diff line change
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/versions/21
environment: azureml://registries/azureml/environments/responsibleai-vision/versions/22
command: >-
python ./rai_vision_insights.py
--task_type ${{inputs.task_type}}
Expand Down
Loading