Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PyYAML and numpy dependencies manually #321

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Python packages requirements
Pillow~=9.5.0 # Image generation
pyserial~=3.5 # Serial linl to communicate with the display
numpy~=1.19 # Efficient image serialization
PyYAML~=6.0 # For themes files
numpy~=1.24.4 # Efficient image serialization
PyYAML~=6.0.1 # For themes files
psutil~=5.9.5 # CPU / disk / network metrics
GPUtil~=1.4.0 # Nvidia GPU
pystray~=0.19.4 # Tray icon (all OS)
Expand All @@ -11,7 +11,7 @@ ruamel.yaml~=0.17.32 # For configuration editor
sv-ttk~=2.5.5 # Tk Sun Valley theme for configuration editor

# Following packages are for AMD GPU on Linux
pyamdgpuinfo~=2.1.3; sys_platform=="linux" and python_version <= "3.11"
pyamdgpuinfo~=2.1.5; sys_platform=="linux" and python_version <= "3.11"
# For Python > 3.11, you need to install pyamdgpuinfo manually: see https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting#linux--macos-no-supported-gpu-found-with-an-amd-gpu-and-python--311

# Following packages are for AMD GPU on Windows
Expand Down