mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-08 21:28:05 -05:00
update webcolors and relax huggingface-hub requirement
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": [
|
||||
"huggingface-hub==0.23.0",
|
||||
"webcolors<=1.13"
|
||||
"huggingface-hub>=0.23.0",
|
||||
"webcolors>=24.8.0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -14,9 +14,8 @@ langcodes
|
||||
babel==2.15.0
|
||||
|
||||
# integration requirements
|
||||
requests>=2.31.0
|
||||
huggingface-hub==0.23.0
|
||||
webcolors==1.13
|
||||
huggingface-hub>=0.23.0
|
||||
webcolors>=24.8.0
|
||||
|
||||
# types from Home Assistant
|
||||
homeassistant>=2024.6.1
|
||||
|
||||
Reference in New Issue
Block a user