mirror of https://github.com/explosion/spaCy.git
* Avoid compiling theano module for now
This commit is contained in:
parent
f8004c5f65
commit
802ad3d71a
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue