Skip to content

Commit

Permalink
PyPANDA: require protobuf >= 4.25.1 because we don't work with (much)…
Browse files Browse the repository at this point in the history
… older versions
  • Loading branch information
Andrew Fasano committed Dec 19, 2023
1 parent 3840250 commit 5662394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda/python/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run(self):
'data/pypanda/include/*.h', # Includes files
'qcows.json' # Generic Images
]},
install_requires=[ 'cffi>=1.14.3', 'colorama'],
install_requires=[ 'cffi>=1.14.3', 'colorama', 'protobuf>=4.25.1'],
python_requires='>=3.6',
cmdclass={'install': custom_install, 'develop': custom_develop},
)

0 comments on commit 5662394

Please sign in to comment.