Skip to content

Commit

Permalink
📌 Pin dependencies to specific versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Oct 29, 2020
1 parent f1595ef commit cc8bbe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ numpy>=1.18.1
gensim>=3.8.1
pandas>=1.0.1
tqdm
bert4keras>=0.7.9
# Limit this version to avoid json serilization issue.
# See https://github.com/bojone/bert4keras/issues/241
bert4keras==0.7.9
scikit-learn>=0.21.1
tensorflow>=2.1.0
tensorflow_addons

0 comments on commit cc8bbe8

Please sign in to comment.