Add Python requirements for GPU temperature monitor
This commit is contained in:
parent
5f3bd9ae8e
commit
c6fce06c6f
10
usermods/GPU_Fan_Controller/requirements.txt
Normal file
10
usermods/GPU_Fan_Controller/requirements.txt
Normal file
@ -0,0 +1,10 @@
|
||||
# GPU Temperature Monitor for WLED GPU Fan Controller
|
||||
#
|
||||
# Required:
|
||||
requests>=2.25.0
|
||||
|
||||
# For NVIDIA GPUs (recommended for NVIDIA users):
|
||||
nvidia-ml-py>=11.0.0
|
||||
|
||||
# Alternative for any GPU (NVIDIA, AMD, Intel):
|
||||
# gpustat>=1.0.0
|
||||
Loading…
Reference in New Issue
Block a user