Skip to content

Commit

Permalink
pin msgpack because of spacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Dec 3, 2018
1 parent 4477ac4 commit 58190aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"numpy>=1.13",
"simplejson",
"ruamel.yaml~=0.15",
'coloredlogs',
"coloredlogs",
"msgpack>=0.3.0,<0.6"
]

extras_requires = {
Expand Down

0 comments on commit 58190aa

Please sign in to comment.