mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-09 21:58:00 -05:00
fix requirements for webcolors
This commit is contained in:
@@ -11,6 +11,6 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"requests>=2.31.0",
|
"requests>=2.31.0",
|
||||||
"huggingface-hub==0.23.0",
|
"huggingface-hub==0.23.0",
|
||||||
"webcolors>=1.13"
|
"webcolors<=1.13"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ deep-translator
|
|||||||
langcodes
|
langcodes
|
||||||
|
|
||||||
# integration requirements
|
# integration requirements
|
||||||
requests==2.31.0
|
requests>=2.31.0
|
||||||
huggingface-hub==0.23.0
|
huggingface-hub==0.23.0
|
||||||
webcolors==1.13
|
webcolors<=1.13
|
||||||
|
|
||||||
# types from Home Assistant
|
# types from Home Assistant
|
||||||
homeassistant>=2024.6.1
|
homeassistant>=2024.6.1
|
||||||
|
|||||||
Reference in New Issue
Block a user