Skip to content

Commit

Permalink
relax joblib pinning so patch level upgrades are allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Aug 23, 2019
1 parent 4201112 commit c6e89cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ connexion = {extras = ["swagger-ui"]}
swagger-ui-bundle = "*"
flask-cors = "*"
click-log = "*"
joblib = "==0.13.2"
joblib = "==0.13.*"
nltk = "*"
gensim = "==3.8.*"
scikit-learn = "==0.21.*"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(fname):
'flask-cors',
'click',
'click-log',
'joblib==0.13.2',
'joblib==0.13.*',
'nltk',
'gensim==3.8.*',
'scikit-learn==0.21.*',
Expand Down

0 comments on commit c6e89cd

Please sign in to comment.