|
58 | 58 | "Python 3",
|
59 | 59 | "Python 3 Only",
|
60 | 60 | "Python 3.10",
|
| 61 | + "Python 3.11", |
61 | 62 | "Python 3.7",
|
62 | 63 | "Python 3.8",
|
63 | 64 | "Python 3.9",
|
64 | 65 | "Python Implementation CPython"
|
65 | 66 | ],
|
66 |
| - "softwareHelp": { |
67 |
| - "@id": "https://pyhf.readthedocs.io/" |
68 |
| - }, |
| 67 | + "softwareHelp": "https://pyhf.readthedocs.io/", |
69 | 68 | "softwareRequirements": [
|
70 | 69 | {
|
71 |
| - "@id": "/dependency/click-ge-8.0.0", |
72 | 70 | "@type": "SoftwareApplication",
|
73 | 71 | "identifier": "click",
|
74 | 72 | "name": "click",
|
75 | 73 | "runtimePlatform": "Python 3",
|
76 |
| - "version": ">=8.0.0" |
| 74 | + "version": ">= 8.0.0" |
77 | 75 | },
|
78 | 76 | {
|
79 |
| - "@id": "/dependency/importlib-resources-ge-1.4.0", |
80 | 77 | "@type": "SoftwareApplication",
|
81 | 78 | "identifier": "importlib-resources",
|
82 | 79 | "name": "importlib-resources",
|
83 | 80 | "runtimePlatform": "Python 3",
|
84 |
| - "version": ">=1.4.0" |
| 81 | + "version": ">= 1.4.0" |
85 | 82 | },
|
86 | 83 | {
|
87 |
| - "@id": "/dependency/jsonpatch-ge-1.15", |
88 | 84 | "@type": "SoftwareApplication",
|
89 | 85 | "identifier": "jsonpatch",
|
90 | 86 | "name": "jsonpatch",
|
91 | 87 | "runtimePlatform": "Python 3",
|
92 |
| - "version": ">=1.15" |
| 88 | + "version": ">= 1.15" |
93 | 89 | },
|
94 | 90 | {
|
95 |
| - "@id": "/dependency/jsonschema-ge-4.15.0", |
96 | 91 | "@type": "SoftwareApplication",
|
97 | 92 | "identifier": "jsonschema",
|
98 | 93 | "name": "jsonschema",
|
99 | 94 | "runtimePlatform": "Python 3",
|
100 |
| - "version": ">=4.15.0" |
| 95 | + "version": ">= 4.15.0" |
| 96 | + }, |
| 97 | + { |
| 98 | + "@type": "SoftwareApplication", |
| 99 | + "identifier": "numpy", |
| 100 | + "name": "numpy", |
| 101 | + "runtimePlatform": "Python 3" |
101 | 102 | },
|
102 | 103 | {
|
103 |
| - "@id": "/dependency/pyyaml-ge-5.1", |
104 | 104 | "@type": "SoftwareApplication",
|
105 | 105 | "identifier": "pyyaml",
|
106 | 106 | "name": "pyyaml",
|
107 | 107 | "runtimePlatform": "Python 3",
|
108 |
| - "version": ">=5.1" |
| 108 | + "version": ">= 5.1" |
109 | 109 | },
|
110 | 110 | {
|
111 |
| - "@id": "/dependency/scipy-ge-1.2.0", |
112 | 111 | "@type": "SoftwareApplication",
|
113 | 112 | "identifier": "scipy",
|
114 | 113 | "name": "scipy",
|
115 | 114 | "runtimePlatform": "Python 3",
|
116 |
| - "version": ">=1.2.0" |
| 115 | + "version": ">= 1.2.0" |
117 | 116 | },
|
118 | 117 | {
|
119 |
| - "@id": "/dependency/tqdm-ge-4.56.0", |
120 | 118 | "@type": "SoftwareApplication",
|
121 | 119 | "identifier": "tqdm",
|
122 | 120 | "name": "tqdm",
|
123 | 121 | "runtimePlatform": "Python 3",
|
124 |
| - "version": ">=4.56.0" |
| 122 | + "version": ">= 4.56.0" |
125 | 123 | },
|
126 | 124 | {
|
127 |
| - "@id": "/dependency/typing-extensions-ge-3.7.4.3", |
128 | 125 | "@type": "SoftwareApplication",
|
129 | 126 | "identifier": "typing-extensions",
|
130 | 127 | "name": "typing-extensions",
|
131 | 128 | "runtimePlatform": "Python 3",
|
132 |
| - "version": ">=3.7.4.3" |
| 129 | + "version": ">= 3.7.4.3" |
133 | 130 | }
|
134 | 131 | ],
|
135 | 132 | "targetProduct": {
|
|
0 commit comments