Skip to content

Commit

Permalink
fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman authored and Aman committed Oct 25, 2022
1 parent 0967715 commit 5285dd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
keras==2.2.4
tqdm==4.32.2
numpy==1.16.4
requests==2.21.0
bert-tensorflow==1.0.1
tensorflow_hub==0.4.0
smart_open==6.2.0
tensorflow==2.7.2
smart_open==1.8.4
tensorflow==1.15.2
setuptools>=41.0.0
sentencepiece
numpy
zmq==0.0.0
sentencepiece==0.1.85
zmq==0.0.0
2 changes: 1 addition & 1 deletion server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="embedding_as_service",
version="3.0.1",
version="3.1.1",
author="Aman Srivastava",
author_email="amans.rlx@gmail.com",
description="embedding-as-service: one-stop solution to encode sentence to vectors using various embedding methods",
Expand Down

0 comments on commit 5285dd0

Please sign in to comment.