|
6 | 6 | "@type": "SoftwareSourceCode", |
7 | 7 | "identifier": "pyhf", |
8 | 8 | "name": "pyhf", |
9 | | - "version": "0.7.0rc2", |
| 9 | + "version": "0.7.0rc3", |
10 | 10 | "description": "pure-Python HistFactory implementation with tensors and autodiff", |
11 | 11 | "license": "Apache, OSI Approved :: Apache Software License", |
12 | 12 | "author": [ |
|
44 | 44 | "url": "https://pypi.org" |
45 | 45 | }, |
46 | 46 | "runtimePlatform": "Python 3", |
47 | | - "version": ">=1.4.1" |
| 47 | + "version": ">=1.1.0" |
48 | 48 | }, |
49 | 49 | { |
50 | 50 | "@type": "SoftwareApplication", |
|
57 | 57 | "url": "https://pypi.org" |
58 | 58 | }, |
59 | 59 | "runtimePlatform": "Python 3", |
60 | | - "version": ">=7.0" |
| 60 | + "version": ">=8.0.0" |
61 | 61 | }, |
62 | 62 | { |
63 | 63 | "@type": "SoftwareApplication", |
|
110 | 110 | }, |
111 | 111 | "runtimePlatform": "Python 3", |
112 | 112 | "version": ">=5.1" |
| 113 | + }, |
| 114 | + { |
| 115 | + "@type": "SoftwareApplication", |
| 116 | + "identifier": "importlib-resources", |
| 117 | + "name": "importlib-resources", |
| 118 | + "provider": { |
| 119 | + "@id": "https://pypi.org", |
| 120 | + "@type": "Organization", |
| 121 | + "name": "The Python Package Index", |
| 122 | + "url": "https://pypi.org" |
| 123 | + }, |
| 124 | + "runtimePlatform": "Python 3", |
| 125 | + "version": ">=1.3.0" |
| 126 | + }, |
| 127 | + { |
| 128 | + "@type": "SoftwareApplication", |
| 129 | + "identifier": "typing-extensions", |
| 130 | + "name": "typing-extensions", |
| 131 | + "provider": { |
| 132 | + "@id": "https://pypi.org", |
| 133 | + "@type": "Organization", |
| 134 | + "name": "The Python Package Index", |
| 135 | + "url": "https://pypi.org" |
| 136 | + }, |
| 137 | + "runtimePlatform": "Python 3", |
| 138 | + "version": ">=3.7.4.3" |
113 | 139 | } |
114 | 140 | ], |
115 | 141 | "audience": [ |
|
129 | 155 | "keywords": "physics fitting numpy scipy tensorflow pytorch jax", |
130 | 156 | "developmentStatus": "4 - Beta", |
131 | 157 | "applicationCategory": "Scientific/Engineering, Scientific/Engineering :: Physics", |
132 | | - "programmingLanguage": "Python 3, Python 3.7, Python 3.8, Python 3.9, Python 3.10, Python Implementation CPython" |
| 158 | + "programmingLanguage": "Python 3, Python 3 Only, Python 3.7, Python 3.8, Python 3.9, Python 3.10, Python Implementation CPython" |
133 | 159 | } |
0 commit comments