Skip to content

Commit

Permalink
Merge pull request #20 from BrikerMan/develop
Browse files Browse the repository at this point in the history
release v0.1.8
  • Loading branch information
BrikerMan authored Feb 22, 2019
2 parents 03595a4 + d7647d1 commit 692e2c2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 23 deletions.
39 changes: 19 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,49 @@
absl-py==0.7.0
astor==0.7.1
boto==2.49.0
boto3==1.9.86
botocore==1.12.86
boto3==1.9.100
botocore==1.12.100
bz2file==0.98
certifi==2018.11.29
chardet==3.0.4
colorlog==4.0.2
coverage==4.5.2
docutils==0.14
download==0.3.3
gast==0.2.2
gensim==3.7.0
gensim==3.7.1
grpcio==1.18.0
h5py==2.9.0
idna==2.8
jmespath==0.9.3
Keras==2.2.4
Keras-Applications==1.0.6
keras-bert==0.25.0
keras-layer-normalization==0.2.0
keras-multi-head==0.14.0
keras-pos-embd==0.6.0
keras-position-wise-feed-forward==0.1.0
Keras-Preprocessing==1.0.5
keras-self-attention==0.31.0
keras-transformer==0.11.0
Keras-Applications==1.0.7
keras-bert==0.29.0
keras-embed-sim==0.2.0
keras-layer-normalization==0.9.0
keras-multi-head==0.15.0
keras-pos-embd==0.7.0
keras-position-wise-feed-forward==0.3.0
Keras-Preprocessing==1.0.9
keras-self-attention==0.33.0
keras-transformer==0.17.0
Markdown==3.0.1
nose==1.3.7
numpy==1.16.0
pandas==0.24.0
numpy==1.16.1
pandas==0.24.1
protobuf==3.6.1
python-dateutil==2.7.5
python-dateutil==2.8.0
pytz==2018.9
PyYAML==3.13
requests==2.21.0
s3transfer==0.1.13
s3transfer==0.2.0
scikit-learn==0.20.2
scipy==1.2.0
scipy==1.2.1
seqeval==0.0.5
six==1.12.0
sklearn==0.0
smart-open==1.8.0
tensorboard==1.12.2
tensorflow==1.12.0
termcolor==1.1.0
tqdm==4.30.0
tqdm==4.31.1
urllib3==1.24.1
Werkzeug==0.14.1
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@

required = [
'Keras>=2.2.0',
'keras-bert==0.25.0',
'h5py>=2.7.1',
'keras-bert==0.25.0',
'keras-bert==0.29.0',
'scikit-learn>=0.19.1',
'numpy>=1.14.3',
'download>=0.3.3',
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"""

__version__ = '0.1.7'
__version__ = '0.1.8'

0 comments on commit 692e2c2

Please sign in to comment.