Skip to content

Commit

Permalink
remove conda from pip deps (ucbrise#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrankshaw committed May 23, 2017
1 parent c4a68e7 commit 21e5bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='clipper_admin',
version='0.1.1',
version='0.1.2',
description='Admin commands for the Clipper prediction-serving system',
author='Dan Crankshaw',
author_email='[email protected]',
Expand All @@ -12,5 +12,5 @@
keywords=['clipper', 'prediction', 'model', 'management'],
install_requires=[
'requests', 'pyparsing', 'appdirs', 'pprint', 'subprocess32',
'sklearn', 'numpy', 'scipy', 'fabric', 'conda', 'pyyaml'
'sklearn', 'numpy', 'scipy', 'fabric', 'pyyaml'
])

0 comments on commit 21e5bce

Please sign in to comment.