-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
41 lines (41 loc) · 1.08 KB
/
settings.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "gws_ai_toolkit",
"author": "Gencovery",
"version": "0.2.6",
"variables": {
"skeleton:testdata_dir": "${CURRENT_DIR}/tests/testdata"
},
"environment": {
"bricks": [
{
"name": "gws_core",
"version": "0.20.11"
}
],
"pip": [
{
"source": "https://pypi.python.org/simple",
"packages": [
{
"name": "ragflow-sdk",
"version": "0.22.1"
},
{
"name": "reflex-enterprise",
"version": "0.4.1"
},
{
"name": "reflex-resizable-panels",
"version": "0.0.1"
},
{
"name": "scikit-posthocs",
"version": "0.11.4"
}
]
}
],
"git": [],
"variables": {}
}
}