-
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements and Readme for Python 3.12
- Loading branch information
1 parent
7f4d434
commit 693f10d
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,8 @@ GPUtil~=1.4.0; python_version < "3.12" | |
GPUtil @ git+https://github.com/mathoudebine/[email protected] ; python_version >= "3.12" | ||
|
||
# Following packages are for AMD GPU on Linux | ||
pyamdgpuinfo~=2.1.6; 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 | ||
pyamdgpuinfo~=2.1.6; sys_platform=="linux" and python_version <= "3.12" | ||
# For Python > 3.12, you need to build 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 | ||
pyadl~=0.1; sys_platform=="win32" | ||
|