-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared-config.json
More file actions
63 lines (63 loc) · 1.98 KB
/
Copy pathshared-config.json
File metadata and controls
63 lines (63 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"registries": {
"additional": [
"https://pypi.nvidia.com",
"https://download.pytorch.org/whl/cpu"
]
},
"packages": {
"skip": {
"cudf-cu12": {
"macosx-x64": "CUDA packages not supported on macOS",
"macosx-aarch64": "CUDA packages not supported on macOS",
"windows-x64": "CUDA packages not supported on Windows",
"linux-aarch64": "CUDA packages not supported on Linux ARM64"
},
"cupy-cuda12x": {
"macosx-x64": "CUDA packages not supported on macOS",
"macosx-aarch64": "CUDA packages not supported on macOS",
"windows-x64": "CUDA packages not supported on Windows",
"linux-aarch64": "CUDA packages not supported on Linux ARM64"
},
"tensorflow": {
"macosx-x64": "Use tensorflow-macos on Apple platforms; no official wheel here",
"macosx-aarch64": "Use tensorflow-macos on Apple platforms; no official wheel here",
"linux-aarch64": "No official TensorFlow wheel for Linux ARM64 on PyPI"
},
"tf-keras": {
"macosx-x64": "Skipped where tensorflow is skipped",
"macosx-aarch64": "Skipped where tensorflow is skipped",
"linux-aarch64": "Skipped where tensorflow is skipped"
},
"sccoda": {
"linux-aarch64": "Requires TensorFlow and R; no official TF wheels on aarch64"
}
},
"forceSource": {
"parasail": {
"linux-aarch64": "parasail has no binary wheels for Linux ARM64",
"macosx-aarch64": "parasail has no binary wheels for macOS ARM64"
},
"pynacl": {
"windows-x64": "pynacl often fails to build on Windows, prefer source"
}
},
"resolution": {
"allowSourceAll": false,
"strictMissing": false,
"allowSourceList": [
"sccoda"
],
"forceNoBinaryList": [],
"onlyBinaryList": [
"numpy",
"scipy"
]
}
},
"build": {
"enableLogging": true,
"parallelDownloads": false,
"timeout": 300
}
}