Skip to content

Commit

Permalink
use feature 2020 resolver removed
Browse files Browse the repository at this point in the history
After Pip 22.3 , 2020 resolver has become the default one.
  • Loading branch information
varisha-025 authored and sglvladi committed Mar 28, 2023
1 parent 97dc1c9 commit a73b23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Installation of the Object Detection API is achieved by installing the ``object_
# From within TensorFlow/models/research/
cp object_detection/packages/tf2/setup.py .
python -m pip install --use-feature=2020-resolver .
python -m pip install .
.. note::

Expand Down

0 comments on commit a73b23f

Please sign in to comment.