This commit is contained in:
Vinutha Karanth 2024-09-10 10:19:49 -07:00 коммит произвёл GitHub
Родитель 8e1a300a20
Коммит ea5a73dd3e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -42,7 +42,7 @@ RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
RUN pip install 'pyarrow>=14.0.1'
# To resolve vulnerability issue regarding crytography
RUN pip install 'cryptography>=42.0.4'
RUN pip install 'cryptography>=43.0.1'
# TODO: remove rai-core-flask pin with next raiwidgets release
RUN pip install 'rai-core-flask==0.7.6'

Просмотреть файл

@ -32,7 +32,7 @@ RUN pip install 'azureml-dataset-runtime=={{latest-pypi-version}}' \
RUN pip install 'pyarrow>=14.0.1'
# To resolve vulnerability issue regarding crytography
RUN pip install 'cryptography>=42.0.4'
RUN pip install 'cryptography>=43.0.1'
# Install huggingface evaluate package from source
# see issue https://github.com/huggingface/datasets/issues/6182

Просмотреть файл

@ -46,7 +46,7 @@ RUN pip install 'shap==0.41.0' \
RUN pip install 'pyarrow>=14.0.1'
# To resolve vulnerability issue regarding crytography
RUN pip install 'cryptography>=42.0.4'
RUN pip install 'cryptography>=43.0.1'
# To resolve vulnerability issue
RUN pip install 'Werkzeug>=3.0.3' \

Просмотреть файл

@ -20,10 +20,11 @@ dependencies:
- itsdangerous<=2.1.2
- vision_explanation_methods
- responsibleai-vision==0.3.8
- opencv-python==4.4.0.46
- opencv-python==4.8.1.78
- mltable==1.5.0
- fastai
- ipython<8.13
- typing-extensions>=4.8.0
- gevent-websocket
- torch>=2.2.2
- opencv-python-headless