File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assets/responsibleai/environments
responsibleai-text/context
responsibleai-vision/context Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN pip install 'azureml-mlflow=={{latest-pypi-version}}' \
28
28
29
29
RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
30
30
'azureml-telemetry=={{latest-pypi-version}}' \
31
- 'setuptools> =78.1.1' \
31
+ 'setuptools= =78.1.1' \
32
32
'gunicorn>=22.0.0'
33
33
34
34
# azureml-dataset-runtime[fuse] upper bound for pyarrow is 11.0.0
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
40
40
RUN pip install 'scikit-learn>=1.5.1' \
41
41
'interpret-community==0.31.0' \
42
42
'Pillow>=10.3.0' \
43
- 'setuptools> =78.1.1' \
43
+ 'setuptools= =78.1.1' \
44
44
'numpy==1.26.2' \
45
45
'scipy==1.10.0' \
46
46
'statsmodels==0.14.0' \
You can’t perform that action at this time.
0 commit comments