mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-06 12:54:07 +00:00
Add $schema to cgmanifest.json (#708)
Co-authored-by: Jamie Magee <jamie.magee@microsoft.com>
This commit is contained in:
parent
da2ae83765
commit
9901156dee
@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"Registrations": [
|
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
|
||||||
{
|
"Registrations": [
|
||||||
"Component": {
|
{
|
||||||
"Type": "pip",
|
"Component": {
|
||||||
"pip": {"Name": "ray[tune]", "Version": "1.5.1" }
|
"Type": "pip",
|
||||||
},
|
"pip": { "Name": "ray[tune]", "Version": "1.5.1" }
|
||||||
"DevelopmentDependency": false
|
},
|
||||||
}
|
"DevelopmentDependency": false
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user