Skip to content

Commit

Permalink
fix: install pytorch-metric-learning with pip #115
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed May 31, 2022
1 parent 8bc0e9e commit b3960e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/generate_docs_netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
pip install poetry
poetry build -f wheel
pip install dist/$(ls -1 dist | grep .whl)

poetry install -e pytorch-metric-learning
pip install pytorch-metric-learning==1.3.2

pip install sphinx>=4.4.0
pip install "git+https://github.com/qdrant/qdrant_sphinx_theme.git@master#egg=qdrant-sphinx-theme"
Expand Down

0 comments on commit b3960e1

Please sign in to comment.