Skip to content

Commit 8ebb55f

Browse files
committed
Revert "Add MacOS pylock target"
This reverts commit 34fee2a. Signed-off-by: Samuel Monson <[email protected]>
1 parent 34fee2a commit 8ebb55f

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

pylock.toml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ lock-version = "1.0"
44
requires-python = "<4.0,>=3.10.0"
55
environments = [
66
"python_version ~= \"3.12\" and sys_platform == \"linux\" and platform_system == \"Linux\" and os_name == \"posix\" and platform_machine == \"x86_64\"",
7-
"python_version ~= \"3.12\" and os_name == \"posix\" and platform_machine == \"arm64\" and platform_system == \"Darwin\" and sys_platform == \"darwin\"",
87
"python_full_version >= \"3.10.0\" and python_version < \"3.12\" and sys_platform == \"linux\" and platform_system == \"Linux\" and os_name == \"posix\" and platform_machine == \"x86_64\"",
9-
"python_full_version >= \"3.10.0\" and python_version < \"3.12\" and os_name == \"posix\" and platform_machine == \"arm64\" and platform_system == \"Darwin\" and sys_platform == \"darwin\"",
108
]
119
extras = ["all", "audio", "dev", "openai", "perf", "recommended", "vision"]
1210
dependency-groups = ["default"]
@@ -17,13 +15,6 @@ created-by = "pdm"
1715
name = "torch"
1816
version = "2.9.0+cpu"
1917
requires-python = ">=3.10"
20-
wheels = [
21-
{name = "torch-2.9.0-cp314-cp314-macosx_11_0_arm64.whl",url = "https://download.pytorch.org/whl/cpu/torch-2.9.0-cp314-cp314-macosx_11_0_arm64.whl",hashes = {sha256 = "d8e2ab7f86010330bdcc39c8b2c795590cc75e37df4823cdaee2c98d6e3ff4a3"}},
22-
{name = "torch-2.9.0-cp314-cp314t-macosx_11_0_arm64.whl",url = "https://download.pytorch.org/whl/cpu/torch-2.9.0-cp314-cp314t-macosx_11_0_arm64.whl",hashes = {sha256 = "a3e859039c985d8e3ea60d7a54ca7e97ea2ae15e31beced4f3260128a161bb01"}},
23-
{name = "torch-2.9.0-cp313-cp313t-macosx_11_0_arm64.whl",url = "https://download.pytorch.org/whl/cpu/torch-2.9.0-cp313-cp313t-macosx_11_0_arm64.whl",hashes = {sha256 = "259548471194ab63d7ea273873053a6e3cc23530c1510f01e9d7ad259187bbd0"}},
24-
{name = "torch-2.9.0-cp313-none-macosx_11_0_arm64.whl",url = "https://download.pytorch.org/whl/cpu/torch-2.9.0-cp313-none-macosx_11_0_arm64.whl",hashes = {sha256 = "e24836d968b54ef4dfb05594001a61958711ac9224026291e4e3f92f83a6fd7f"}},
25-
{name = "torch-2.9.0-cp312-none-macosx_11_0_arm64.whl",url = "https://download.pytorch.org/whl/cpu/torch-2.9.0-cp312-none-macosx_11_0_arm64.whl",hashes = {sha256 = "4de0ed8cbc457a506dbca40376e206a29efee10756a00f1f3404bf67ad737d04"}},
26-
]
2718
marker = "\"default\" in dependency_groups or \"all\" in extras or \"audio\" in extras or \"dev\" in extras"
2819

2920
[packages.tool.pdm]
@@ -41,10 +32,6 @@ dependencies = [
4132
name = "torchcodec"
4233
version = "0.8.0"
4334
requires-python = ">=3.8"
44-
wheels = [
45-
{name = "torchcodec-0.8.0-cp313-cp313-macosx_12_0_arm64.whl",url = "https://files.pythonhosted.org/packages/9b/1c/40fd9358e5dd958775b8d0a01c962a022884810f441ac28229ed0e811599/torchcodec-0.8.0-cp313-cp313-macosx_12_0_arm64.whl",hashes = {sha256 = "1f3309252d035c888e6ae4518f5aca24f1c38f163124792d8a29a6872bf457f2"}},
46-
{name = "torchcodec-0.8.0-cp312-cp312-macosx_11_0_arm64.whl",url = "https://files.pythonhosted.org/packages/17/ae/8b1d69e653894243fa66e2fec511cf203107dd146d161c9f095893c13bbc/torchcodec-0.8.0-cp312-cp312-macosx_11_0_arm64.whl",hashes = {sha256 = "af82d1fac3667335e089dc958b5e8eef5458e37d65cb3a94ebf81f45f00f7805"}},
47-
]
4835
marker = "\"all\" in extras or \"audio\" in extras or \"dev\" in extras"
4936

5037
[packages.tool.pdm]
@@ -2370,14 +2357,6 @@ strategy = ["inherit_metadata", "static_urls"]
23702357
requires_python = "~=3.12"
23712358
platform = "manylinux_2_17_x86_64"
23722359

2373-
[[tool.pdm.targets]]
2374-
requires_python = "~=3.12"
2375-
platform = "macos_14_0_arm64"
2376-
23772360
[[tool.pdm.targets]]
23782361
requires_python = ">=3.10.0,<3.12"
23792362
platform = "manylinux_2_17_x86_64"
2380-
2381-
[[tool.pdm.targets]]
2382-
requires_python = ">=3.10.0,<3.12"
2383-
platform = "macos_14_0_arm64"

scripts/generate_pylock.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ set -e
3636
# so we need to lock separately for python >=3.12 and <3.12
3737
# Only set update-reuse if not forcing regeneration
3838
pdm lock --platform linux --python "~=3.12" $update_stratagy
39-
pdm lock --platform macos --python "~=3.12" $update_stratagy --append
4039
pdm lock --platform linux --python "<3.12" $update_stratagy --append
41-
pdm lock --platform macos --python "<3.12" $update_stratagy --append

0 commit comments

Comments
 (0)