Skip to content

Commit

Permalink
fixed requirement for better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
eldrin committed Oct 17, 2020
1 parent 7605f80 commit 29f5c1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ gensim==3.8.0
h5py==2.9.0
nltk==3.4.5
numba==0.48.0
numpy==1.18.1
pandas==0.25.2
scipy==1.3.1
tqdm==4.36.1
numpy>=1.18.1
pandas>=0.25.2
scipy>=1.3.1
tqdm>=4.36.1
jsonschema==3.2.0
scikit-learn==0.23.1

0 comments on commit 29f5c1a

Please sign in to comment.