X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/f717025e59fed260b9149e032e8d59bc9920220d..66e053d7683a561597ae38b45de50d2250e652e6:/setup.py diff --git a/setup.py b/setup.py index 0e4f52e..11c77fe 100755 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ if os.path.exists("/proc/device-tree/compatible"): or b"brcm,bcm2837" in compat or b"brcm,bcm2838" in compat or b"brcm,bcm2711" in compat + or b"brcm,bcm2712" in compat ): board_reqs = ["RPi.GPIO", "rpi_ws281x>=4.0.0", "sysv_ipc>=1.1.0"] if ( @@ -86,7 +87,7 @@ setup( }, include_package_data=True, install_requires=[ - "Adafruit-PlatformDetect>=3.52.0", + "Adafruit-PlatformDetect>=3.53.0", "Adafruit-PureIO>=1.1.7", "pyftdi>=0.40.0", "adafruit-circuitpython-typing",