We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85b57d1 + 7a51233 commit 578ce51Copy full SHA for 578ce51
1 file changed
setup.py
@@ -8,8 +8,9 @@
8
9
setup(
10
name='seq2vec',
11
- version='0.2.0',
12
- description='A pip package',
+ version='0.4.0',
+ description='A package to turn sequence of words'
13
+ 'into a fix-length representation vector',
14
license='GNU 3.0',
15
author='cph',
16
packages=find_packages(),
@@ -18,7 +19,9 @@
18
19
'keras',
20
'yoctol_utils',
21
'gensim',
- 'h5py'
22
+ 'h5py',
23
+ 'yoctol_keras_layer_zoo',
24
+ 'tensorflow'
25
],
26
long_description=long_description,
27
classifiers=[
0 commit comments