* Avoid compiling theano module for now

This commit is contained in:
Matthew Honnibal 2015-11-06 00:24:43 +11:00
parent f8004c5f65
commit 802ad3d71a

View File

@ -210,7 +210,7 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
'spacy.lexeme', 'spacy.vocab', 'spacy.attrs',
'spacy.morphology', 'spacy.tagger',
'spacy.syntax.stateclass',
'spacy._ml', 'spacy._theano',
'spacy._ml',
'spacy.tokenizer',
'spacy.syntax.parser',
'spacy.syntax.transition_system',