-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
42 lines (39 loc) · 1.12 KB
/
requirements.txt
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
42
gensim==4.1.2
six==1.15.0
numpy==1.19.4
networkx==2.5
scikit-learn==0.23.2
# python >=3.8
# e.g. "conda create -n SG-EDNE python=3.8"
# ------------------------
# NB: the results in the paper were produced in gensim==4.0.0b0, which is however not available now.
# Therefore, we test our code in the latest gensim version, i.e., gensim==4.1.2, which works properly now.
# But we are not sure whether the reuslts would be exactly the same as that produced by gensim==4.0.0b0.
# If 'pip install gensim==4.0.0b0' get an error, please try:
# pip uninstall gensim
# pip install gensim
# pip uninstall gensim
# pip install gensim==4.0.0b0
#$ pip list
#Package Version
#------------- -------------------
#certifi 2020.11.8
#chardet 3.0.4
#Cython 0.29.14
#decorator 4.4.2
#gensim 4.0.0b0
#idna 2.10
#joblib 0.17.0
#networkx 2.5
#numpy 1.19.4
#pip 20.2.4
#requests 2.25.0
#scikit-learn 0.23.2
#scipy 1.5.4
#setuptools 50.3.1.post20201107
#six 1.15.0
#smart-open 4.0.0
#threadpoolctl 2.1.0
#urllib3 1.26.2
#wheel 0.35.1
#wincertstore 0.2