Skip to content

Commit b3d14ba

Browse files
authored
Merge pull request #2 from GemsLab/new_requirement
fix requirment
2 parents 14d28d9 + accafdf commit b3d14ba

File tree

2 files changed

+43
-91
lines changed

2 files changed

+43
-91
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The library requires *Python 3.7+*.
2727

2828
Make sure you are using *Python 3.7+* for all below!
2929

30-
`python setup.py install`
30+
`python3 setup.py install`
3131

3232
After installation, we highly recommend you go through our [Tutorial](https://github.com/GemsLab/StrucEmbeddingLibrary/blob/master/Tutorial.ipynb) to see how SEMB library works.
3333

requirements.txt

Lines changed: 42 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,48 @@
1-
absl-py==0.7.1
2-
astor==0.7.1
3-
attrs==19.1.0
4-
backcall==0.1.0
5-
bleach==3.1.0
6-
boto==2.49.0
7-
boto3==1.9.124
8-
botocore==1.12.124
9-
bz2file==0.98
10-
certifi==2019.3.9
11-
chardet==3.0.4
12-
Click==7.0
13-
cycler==0.10.0
14-
Cython==0.29.13
15-
decorator==4.4.0
16-
defusedxml==0.5.0
17-
docutils==0.14
18-
entrypoints==0.3
19-
fastdtw==0.3.4
20-
future==0.18.2
21-
gast==0.2.2
22-
gensim==3.7.1
23-
grakel==0.1a6
24-
grpcio==1.19.0
25-
h5py==2.9.0
26-
idna==2.8
27-
ipykernel==5.1.0
28-
ipython==7.4.0
29-
ipython-genutils==0.2.0
30-
ipywidgets==7.4.2
31-
jedi==0.13.3
32-
Jinja2==2.10.1
33-
jmespath==0.9.4
34-
joblib==0.14.0
35-
jsonschema==3.0.1
36-
jupyter==1.0.0
37-
jupyter-client==5.2.4
38-
jupyter-console==6.0.0
39-
jupyter-core==4.4.0
40-
Keras==2.0.2
41-
kiwisolver==1.0.1
42-
Markdown==3.1
43-
MarkupSafe==1.1.1
44-
matplotlib==3.0.3
45-
mistune==0.8.4
46-
nbconvert==5.4.1
47-
nbformat==4.4.0
1+
matplotlib==3.3.3
482
networkx==2.0
49-
nose==1.3.7
50-
notebook==5.7.8
51-
numpy==1.17.2
52-
pandas==0.24.2
53-
pandocfilters==1.4.2
54-
parso==0.4.0
55-
pexpect==4.7.0
56-
pickleshare==0.7.5
57-
Pillow==6.0.0
58-
prometheus-client==0.6.0
59-
prompt-toolkit==2.0.9
60-
protobuf==3.7.1
61-
ptyprocess==0.6.0
62-
pyclustering==0.8.2
63-
Pygments==2.3.1
64-
pyparsing==2.4.0
65-
pyrsistent==0.14.11
66-
python-dateutil==2.8.0
67-
pytz==2019.1
68-
PyYAML==5.1.1
69-
pyzmq==18.0.1
70-
qtconsole==4.4.3
71-
requests-file==1.5.1
72-
requests==2.21.0
73-
s3transfer==0.2.0
74-
scikit-learn==0.21.3
753
scipy==1.3.1
76-
seaborn==0.9.0
77-
Send2Trash==1.5.0
78-
six==1.12.0
794
sklearn==0.0
80-
smart-open==1.8.0
81-
sparsesvd==0.2.2
5+
seaborn==0.9.0
826
tensorboard==1.14.0
837
tensorflow==1.14.0
84-
termcolor==1.1.0
85-
terminado==0.8.2
86-
testpath==0.4.2
87-
texttable==1.6.2
88-
Theano==1.0.4
89-
tornado==6.0.2
8+
tensorflow-estimator==1.14.0
9+
gensim==3.7.1
9010
tqdm==4.32.2
91-
traitlets==4.3.2
92-
urllib3==1.24.1
93-
wcwidth==0.1.7
94-
webencodings==0.5.1
95-
Werkzeug==0.15.1
96-
widgetsnbextension==3.4.2
11+
texttable==1.6.2
12+
fastdtw==0.3.4
13+
sparsesvd==0.2.2
14+
grakel==0.1a6
15+
scikit-learn==0.21.3
16+
absl-py==0.11.0
17+
astor==0.8.1
18+
cached-property==1.5.2
19+
cycler==0.10.0
20+
Cython==0.29.21
21+
decorator==4.4.2
22+
future==0.18.2
23+
gast==0.4.0
24+
google-pasta==0.2.0
25+
grpcio==1.34.0
26+
h5py==3.1.0
27+
importlib-metadata==3.1.1
28+
joblib==0.14.0
29+
Keras-Applications==1.0.8
30+
Keras-Preprocessing==1.1.2
31+
kiwisolver==1.3.1
32+
Markdown==3.3.3
33+
nose==1.3.7
34+
numpy==1.19.4
35+
pandas==1.1.4
36+
Pillow==8.0.1
37+
protobuf==3.14.0
38+
pyparsing==2.4.7
39+
python-dateutil==2.8.1
40+
pytz==2020.4
41+
semb==0.0.1
42+
six==1.15.0
43+
smart-open==4.0.1
44+
termcolor==1.1.0
45+
threadpoolctl==2.1.0
46+
Werkzeug==1.0.1
47+
wrapt==1.12.1
48+
zipp==3.4.0

0 commit comments

Comments
 (0)