Skip to content

Commit a0be352

Browse files
authored
Update setup.py
PyYAML was also generating conflict
1 parent 68ccd0a commit a0be352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
license='MIT',
1616
packages=['dhalsim'],
1717
install_requires=[
18-
'PyYAML',
18+
'PyYAML==5.4.1',
1919
'pyyaml-include',
2020
'antlr4-python3-runtime==4.7.2',
2121
'progressbar2',

0 commit comments

Comments
 (0)