Skip to content

Commit

Permalink
Remove the duplicate gitpython req in setup.py (mlflow#121)
Browse files Browse the repository at this point in the history
* remove the duplicate gitpython req

* add comment on what -e does
  • Loading branch information
sueann authored and smurching committed Jul 3, 2018
1 parent b58a420 commit ac14aa1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We recommend installing MLflow in its own virtualenv for development, as follows
source env/bin/activate
pip install -r dev-requirements.txt
pip install -r tox-requirements.txt
pip install -e .
pip install -e . # installs mlflow from current checkout
``npm`` is required to run the Javascript dev server.
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def package_files(directory):
'requests>=2.17.3',
'six>=1.10.0',
'uuid',
'gitpython',
'gunicorn',
'Flask',
'numpy',
Expand Down

0 comments on commit ac14aa1

Please sign in to comment.