File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
llama-index-python-kvstore
llama-index-python-vectorstore Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}'
18
18
$PYTHON_BINARY -m venv .venv
19
19
. .venv/bin/activate
20
20
PYTHON_BINARY=$( which python)
21
- $PYTHON_BINARY -m pip install -U pip poetry
21
+ $PYTHON_BINARY -m pip install -U pip " poetry<2 "
22
22
# Create a package specific poetry environment
23
23
$PYTHON_BINARY -m poetry env use $PYTHON_BINARY
24
24
# Activate the poetry env, which itself does not include poetry
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ $PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}'
20
20
$PYTHON_BINARY -m venv venv
21
21
. venv/bin/activate
22
22
# Install Poetry
23
- pip install -U pip poetry
23
+ pip install -U pip " poetry<2 "
24
24
# Recreate the poetry lock file
25
25
poetry lock --no-update
26
26
# Install from pyproject.toml into package specific environment
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cd libs/langchain-mongodb
18
18
$PYTHON_BINARY -m venv venv_pipeline
19
19
source venv_pipeline/bin/activate
20
20
21
- pip install poetry
21
+ pip install " poetry<2 "
22
22
23
23
poetry lock --no-update
24
24
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cd llama-index-integrations/storage/kvstore/llama-index-storage-kvstore-mongodb
20
20
$PYTHON_BINARY -m venv .venv
21
21
. .venv/bin/activate
22
22
PYTHON_BINARY=$( which python)
23
- $PYTHON_BINARY -m pip install -U pip poetry
23
+ $PYTHON_BINARY -m pip install -U pip " poetry<2 "
24
24
# Create a package specific poetry environment
25
25
$PYTHON_BINARY -m poetry env use $PYTHON_BINARY
26
26
# Activate the poetry env, which itself does not include poetry
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cd llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb
20
20
$PYTHON_BINARY -m venv .venv
21
21
. .venv/bin/activate
22
22
PYTHON_BINARY=$( which python)
23
- $PYTHON_BINARY -m pip install -U pip poetry
23
+ $PYTHON_BINARY -m pip install -U pip " poetry<2 "
24
24
# Create a package specific poetry environment
25
25
$PYTHON_BINARY -m poetry env use $PYTHON_BINARY
26
26
# Activate the poetry env, which itself does not include poetry
You can’t perform that action at this time.
0 commit comments