Add missing comma in a dependency specification

Conda is complaining that it can't parse that line otherwise.
This commit is contained in:
Santiago Castro 2020-02-24 16:15:28 -05:00 committed by GitHub
parent 4890db6339
commit 54d8665ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ install_requires =
[options.extras_require] [options.extras_require]
lookups = lookups =
spacy_lookups_data>=0.0.5<0.2.0 spacy_lookups_data>=0.0.5,<0.2.0
cuda = cuda =
cupy>=5.0.0b4 cupy>=5.0.0b4
cuda80 = cuda80 =