From b3960e16572ca55f4f29e0bcc561fa518ef9e87a Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Tue, 31 May 2022 17:43:47 +0300 Subject: [PATCH] fix: install pytorch-metric-learning with pip #115 --- docs/generate_docs_netlify.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/generate_docs_netlify.sh b/docs/generate_docs_netlify.sh index 9f2d8ff0..dba9d494 100755 --- a/docs/generate_docs_netlify.sh +++ b/docs/generate_docs_netlify.sh @@ -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"