diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 44ff9f8e5fe..7c83ecec786 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -146,7 +146,6 @@ jobs: sed -i "s|# PySwitchbot|PySwitchbot|g" ${requirement_file} sed -i "s|# pySwitchmate|pySwitchmate|g" ${requirement_file} sed -i "s|# face_recognition|face_recognition|g" ${requirement_file} - sed -i "s|# py_noaa|py_noaa|g" ${requirement_file} sed -i "s|# bme680|bme680|g" ${requirement_file} sed -i "s|# python-gammu|python-gammu|g" ${requirement_file} done diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 23d13ee9de9..4fd96cb1b04 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -27,7 +27,6 @@ COMMENT_REQUIREMENTS = ( "face_recognition", "i2csense", "opencv-python-headless", - "py_noaa", "pybluez", "pycups", "PySwitchbot",