@@ -13,9 +13,15 @@ python = "^3.10"
1313
1414# psutil with platform and Python version markers
1515psutil = [
16- { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp312-cp312-win_amd64.whl" , markers = " sys_platform == 'win32'" },
17- { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp312-cp312-linux_x86_64.whl" , markers = " sys_platform == 'linux'" },
18- { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp312-cp312-macosx_10_13_universal2.whl" , markers = " sys_platform == 'darwin'" }
16+ { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp310-cp310-win_amd64.whl" , markers = " sys_platform == 'win32' and python_version >= '3.10' and python_version < '3.11'" },
17+ { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp311-cp311-win_amd64.whl" , markers = " sys_platform == 'win32' and python_version >= '3.11' and python_version < '3.12'" },
18+ { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp312-cp312-win_amd64.whl" , markers = " sys_platform == 'win32' and python_version >= '3.12' and python_version < '3.13'" },
19+ { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp310-cp310-linux_x86_64.whl" , markers = " sys_platform == 'linux' and python_version >= '3.10' and python_version < '3.11'" },
20+ { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp311-cp311-linux_x86_64.whl" , markers = " sys_platform == 'linux' and python_version >= '3.11' and python_version < '3.12'" },
21+ { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp312-cp312-linux_x86_64.whl" , markers = " sys_platform == 'linux' and python_version >= '3.12' and python_version < '3.13'" },
22+ { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp310-cp310-macosx_10_9_universal2.whl" , markers = " sys_platform == 'darwin' and python_version >= '3.10' and python_version < '3.11'" },
23+ { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp311-cp311-macosx_10_9_universal2.whl" , markers = " sys_platform == 'darwin' and python_version >= '3.11' and python_version < '3.12'" },
24+ { url = " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.26/psutil-5.8.0-cp312-cp312-macosx_10_13_universal2.whl" , markers = " sys_platform == 'darwin' and python_version >= '3.12' and python_version < '3.13'" }
1925]
2026
2127pandas = " 2.2.2"
0 commit comments