@@ -11,15 +11,15 @@ packages = [
1111[tool .poetry .dependencies ]
1212python = " ^3.10"
1313psutil = { version = " 5.8.0" , url = [
14- " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.21 /psutil-5.8.0-cp310-cp310-win_amd64.whl ; sys_platform == 'win32' and python_version == '3.10'" ,
15- " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.21 /psutil-5.8.0-cp311-cp311-win_amd64.whl ; sys_platform == 'win32' and python_version == '3.11'" ,
16- " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.21 /psutil-5.8.0-cp312-cp312-win_amd64.whl ; sys_platform == 'win32' and python_version == '3.12'" ,
17- " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.21 /psutil-5.8.0-cp310-cp310-manylinux2010_x86_64.whl ; sys_platform == 'linux' and python_version == '3.10'" ,
18- " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.21 /psutil-5.8.0-cp311-cp311-manylinux2010_x86_64.whl ; sys_platform == 'linux' and python_version == '3.11'" ,
19- " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.21 /psutil-5.8.0-cp312-cp312-manylinux2010_x86_64.whl ; sys_platform == 'linux' and python_version == '3.12'" ,
20- " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.21 /psutil-5.8.0-cp310-cp310-macosx_10_9_universal2.whl ; sys_platform == 'darwin' and python_version == '3.10'" ,
21- " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.21 /psutil-5.8.0-cp311-cp311-macosx_10_9_universal2.whl ; sys_platform == 'darwin' and python_version == '3.11'" ,
22- " https://github.com/hyperskill/hs-test-python/releases/download/v11.0.21 /psutil-5.8.0-cp312-cp312-macosx_10_13_universal2.whl ; sys_platform == 'darwin' and python_version == '3.12'"
14+ " https://github.com/hyperskill/hs-test-python/releases/latest/download /psutil-5.8.0-cp310-cp310-win_amd64.whl ; sys_platform == 'win32' and python_version == '3.10'" ,
15+ " https://github.com/hyperskill/hs-test-python/releases/latest/download /psutil-5.8.0-cp311-cp311-win_amd64.whl ; sys_platform == 'win32' and python_version == '3.11'" ,
16+ " https://github.com/hyperskill/hs-test-python/releases/latest/download /psutil-5.8.0-cp312-cp312-win_amd64.whl ; sys_platform == 'win32' and python_version == '3.12'" ,
17+ " https://github.com/hyperskill/hs-test-python/releases/latest/download /psutil-5.8.0-cp310-cp310-manylinux2010_x86_64.whl ; sys_platform == 'linux' and python_version == '3.10'" ,
18+ " https://github.com/hyperskill/hs-test-python/releases/latest/download /psutil-5.8.0-cp311-cp311-manylinux2010_x86_64.whl ; sys_platform == 'linux' and python_version == '3.11'" ,
19+ " https://github.com/hyperskill/hs-test-python/releases/latest/download /psutil-5.8.0-cp312-cp312-manylinux2010_x86_64.whl ; sys_platform == 'linux' and python_version == '3.12'" ,
20+ " https://github.com/hyperskill/hs-test-python/releases/latest/download /psutil-5.8.0-cp310-cp310-macosx_10_9_universal2.whl ; sys_platform == 'darwin' and python_version == '3.10'" ,
21+ " https://github.com/hyperskill/hs-test-python/releases/latest/download /psutil-5.8.0-cp311-cp311-macosx_10_9_universal2.whl ; sys_platform == 'darwin' and python_version == '3.11'" ,
22+ " https://github.com/hyperskill/hs-test-python/releases/latest/download /psutil-5.8.0-cp312-cp312-macosx_10_13_universal2.whl ; sys_platform == 'darwin' and python_version == '3.12'"
2323]}
2424mypy = " 1.10.1"
2525pandas = " 2.2.2"
0 commit comments