Skip to content

Commit

Permalink
chore: update packages used in tests with pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Oct 9, 2023
1 parent a04593d commit ab6f93c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/make_utils/pytest_pypi_cml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ source "${PYPI_VENV}/bin/activate"
# Investigate a better way of managing these dependencies
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/2685
python -m pip install --upgrade pip
python -m pip install pytest==7.1.1 pandas==1.5.3 tensorflow==2.12.0 tf2onnx==1.13.0 torchvision==0.14.1
python -m pip install pytest==7.4.1 pandas==1.5.3 tensorflow==2.12.0 tf2onnx==1.15.0 torchvision==0.14.1

# Install additional pytest plugins
python -m pip install pytest-xdist==2.5.0
python -m pip install pytest-randomly==3.12.0
python -m pip install pytest-xdist==3.3.1
python -m pip install pytest-randomly==3.15.0
python -m pip install pytest-repeat==0.9.1

if ${USE_PIP_WHEEL}; then
Expand Down Expand Up @@ -90,7 +90,7 @@ elif ${NO_FLAKY}; then

# Else, intall the pytest coverage plugin and run 'pytest'
else
python -m pip install pytest-cov==3.0.0
python -m pip install pytest-cov==4.1.0
make pytest
fi

Expand Down

0 comments on commit ab6f93c

Please sign in to comment.