* Pin cython packages to particular versions, so that the current version works even if updates to them are pushed.

This commit is contained in:
Matthew Honnibal 2015-06-05 23:51:39 +02:00
parent 1736fc5a67
commit a57ced0ead

View File

@ -1,9 +1,9 @@
cython
cymem >= 1.11
cymem == 1.11
pathlib
preshed
preshed == 0.37
thinc == 1.76
murmurhash
murmurhash == 0.24
unidecode
numpy
wget