change requirement

This commit is contained in:
avollkopf 2024-05-01 16:56:05 +02:00
parent ffacde41aa
commit fd2a8b2988

View file

@ -65,7 +65,7 @@ setup(name='cbpi4',
'numpy==1.26.4',
'pandas==2.2.2'] + (
['rpi-lgpio'] if raspberrypi else [] ) + (
['python-systemd'] if localsystem == "Linux" else [] ),
['systemd-python'] if localsystem == "Linux" else [] ),
dependency_links=[
'https://testpypi.python.org/pypi',