Skip to content

Commit 0e1e47b

Browse files
author
Bernd Doser
committed
downgrade pyyaml to version 5.4.1
conflict with conan 1.43.0 depends on PyYAML<6.0 and >=3.11
1 parent 9956746 commit 0e1e47b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN pip install --upgrade pip \
2626
&& pip install \
2727
cmake==3.22.0 \
2828
conan==1.43.0 \
29-
pyyaml==6.0
29+
pyyaml==5.4.1
3030

3131
# Set aliases
3232
COPY aliases /tmp/

cuda-devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN pip install --upgrade pip \
5050
&& pip install \
5151
cmake==3.22.0 \
5252
conan==1.43.0 \
53-
pyyaml==6.0
53+
pyyaml==5.4.1
5454

5555
# Set aliases
5656
COPY aliases /tmp/

cuda-runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN pip install --upgrade pip \
5050
&& pip install \
5151
cmake==3.22.0 \
5252
conan==1.43.0 \
53-
pyyaml==6.0
53+
pyyaml==5.4.1
5454

5555
# Set aliases
5656
COPY aliases /tmp/

ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN pip install --upgrade pip \
5050
&& pip install \
5151
cmake==3.22.0 \
5252
conan==1.43.0 \
53-
pyyaml==6.0
53+
pyyaml==5.4.1
5454

5555
# Set aliases
5656
COPY aliases /tmp/

0 commit comments

Comments
 (0)