Skip to content

Commit 64c77c1

Browse files
authored
Add networkx tutorial and fixed vineyard version (alibaba#1412)
1 parent 27400d1 commit 64c77c1

25 files changed

+1162
-30
lines changed

coordinator/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cmake>=3.21.2
22
etcd-distro>=3.5.1
3-
graphscope-client>=0.8.0
3+
graphscope-client>=0.11.0
44
grpcio
55
kubernetes
66
protobuf
77
PyYAML
8-
vineyard>=0.3.21; sys_platform != "win32"
9-
vineyard-io>=0.3.21; sys_platform != "win32"
8+
vineyard==0.3.21; sys_platform != "win32"
9+
vineyard-io==0.3.21; sys_platform != "win32"

coordinator/setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ def get_lib_suffix():
6161

6262

6363
GRAPHSCOPE_REQUIRED_PACKAGES = [
64-
f"gs-coordinator >= {version}",
65-
f"gs-jython >= {version}",
66-
f"gs-lib >= {version}",
67-
f"gs-engine >= {version}",
68-
f"gs-include >= {version}",
64+
f"gs-coordinator == {version}",
65+
f"gs-jython == {version}",
66+
f"gs-lib == {version}",
67+
f"gs-engine == {version}",
68+
f"gs-include == {version}",
6969
]
7070

7171

python/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ pyarrow
1515
PyYAML
1616
scipy
1717
tqdm
18-
vineyard>=0.3.21; sys_platform != "win32"
19-
vineyard-io>=0.3.21; sys_platform != "win32"
18+
vineyard==0.3.21; sys_platform != "win32"
19+
vineyard-io==0.3.21; sys_platform != "win32"

0 commit comments

Comments
 (0)