mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
As older versions are affected by CVE-2024-6345 Also, update `typing_extensions` to 4.11 to support `TypeIs`, otherwise some of the workflows report following error (but succeed somehow), see [this](https://github.com/pytorch/pytorch/actions/runs/11566785190/job/32196549021): ``` 2024-10-29T03:55:01.3601410Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_11566785190 --no-capture-output python3 -c 'import torch' 2024-10-29T03:55:01.3602260Z ~/runner/_work/_temp ~/runner/_work/pytorch/pytorch 2024-10-29T03:55:01.8043630Z Traceback (most recent call last): 2024-10-29T03:55:01.8044540Z File "<string>", line 1, in <module> 2024-10-29T03:55:01.8045670Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_11566785190/lib/python3.9/site-packages/torch/__init__.py", line 37, in <module> 2024-10-29T03:55:01.8046690Z from typing_extensions import ParamSpec as _ParamSpec, TypeIs as _TypeIs 2024-10-29T03:55:01.8048010Z ImportError: cannot import name 'TypeIs' from 'typing_extensions' (/Users/ec2-user/runner/_work/_temp/conda_environment_11566785190/lib/python3.9/site-packages/typing_extensions.py) ``` Also delete macOS-X86 as we no longer build those Pull Request resolved: https://github.com/pytorch/pytorch/pull/139144 Approved by: https://github.com/Skylion007, https://github.com/kit1980, https://github.com/huydhn
7 lines
102 B
Text
7 lines
102 B
Text
blas=1.0
|
|
cmake=3.22.1
|
|
ninja=1.10.2
|
|
numpy=1.23.3
|
|
pyyaml=6.0
|
|
setuptools=72.1.0
|
|
typing-extensions=4.11.0
|