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

Commit

Permalink
remove sklearn from base dep
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Sep 6, 2019
1 parent 22efe72 commit c988c7d
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 c988c7d

Please sign in to comment.