Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
updated deps (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottCarda-MS authored Sep 12, 2023
1 parent 78505cc commit 7b84b14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions images/test-environments/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ RUN curl -LO "http://repo.continuum.io/miniconda/Miniconda3-${CONDA_VER}-Linux-$
bash Miniconda3-${CONDA_VER}-Linux-${OS_TYPE}.sh -p /miniconda -b && \
rm Miniconda3-${CONDA_VER}-Linux-${OS_TYPE}.sh

RUN ./miniconda/bin/conda update -y certifi

ARG UBUNTU_VER
# Download the Microsoft repository GPG keys
RUN wget -q "https://packages.microsoft.com/config/ubuntu/${UBUNTU_VER}/packages-microsoft-prod.deb"
Expand All @@ -39,3 +37,6 @@ RUN apt-get update && \
# We clean the apt cache at the end of each apt command so that the caches
# don't get stored in each layer.
apt-get clean && rm -rf /var/lib/apt/lists/

RUN ./miniconda/bin/conda update -y certifi
RUN ./miniconda/bin/conda update -y cryptography
2 changes: 1 addition & 1 deletion src/Python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nbconvert==7.0.0
notebook==6.5.2
numpy==1.22.0
pytest==7.2.0
pygments==2.12.0 # to avoid high-severity issue.
pygments==2.15.0 # to avoid high-severity issue.
pyzmq==25.0.0
qutip==4.7.2
selenium==4.2.0
Expand Down

0 comments on commit 7b84b14

Please sign in to comment.