Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #228 from gnes-ai/fix-setup-dep
Browse files Browse the repository at this point in the history
fix(setup): remove sklearn from base deps
  • Loading branch information
raccoonliukai authored Sep 6, 2019
2 parents 22efe72 + c988c7d commit fa6ab54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
'grpcio',
'ruamel.yaml>=0.15.89',
'pyzmq>=17.1.0',
'aiohttp',
'sklearn']
'aiohttp']

# using pip install gnes[xx] is depreciated
# extras_dep is kept for legacy issue, will be removed soon
Expand All @@ -73,7 +72,7 @@
'transformers': ['pytorch-transformers'],
'onnx': ['onnxruntime'],
'audio': ['librosa>=0.7.0'],
'scipy': ['scipy'],
'scipy': ['scipy', 'sklearn'],
'flask': ['flask']
}

Expand Down

0 comments on commit fa6ab54

Please sign in to comment.