Skip to content

Commit 578ce51

Browse files
author
plliao
authored
Merge pull request #26 from Yoctol/release_0.4.0
release 0.4.0
2 parents 85b57d1 + 7a51233 commit 578ce51

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
setup(
1010
name='seq2vec',
11-
version='0.2.0',
12-
description='A pip package',
11+
version='0.4.0',
12+
description='A package to turn sequence of words'
13+
'into a fix-length representation vector',
1314
license='GNU 3.0',
1415
author='cph',
1516
packages=find_packages(),
@@ -18,7 +19,9 @@
1819
'keras',
1920
'yoctol_utils',
2021
'gensim',
21-
'h5py'
22+
'h5py',
23+
'yoctol_keras_layer_zoo',
24+
'tensorflow'
2225
],
2326
long_description=long_description,
2427
classifiers=[

0 commit comments

Comments
 (0)