We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f351de0 + 13be477 commit 6d7108dCopy full SHA for 6d7108d
1 file changed
src/cpp/cgmanifest.json
@@ -1,4 +1,5 @@
1
{
2
+ "$schema": "https://json.schemastore.org/component-detection-manifest.json",
3
"registrations": [
4
5
"component": {
@@ -38,13 +39,9 @@
38
39
40
41
"type": "pip",
- "pip": {
42
- "name": "Cython",
43
- "version": "0.20.21"
44
- }
+ "pip": { "name": "Cython", "version": "0.20.21" }
45
},
46
"DevelopmentDependency": true
47
}
48
-
49
]
50
-}
+}
0 commit comments