Skip to content

Commit

Permalink
fix conflict env
Browse files Browse the repository at this point in the history
Signed-off-by: Liu, Kaixuan <[email protected]>
  • Loading branch information
kaixuanliu committed Dec 16, 2024
1 parent 9079081 commit 8cd73a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions backends/python/server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ gen-server:

install: gen-server
pip install pip --upgrade
pip install torch==2.5.1
pip install -r requirements.txt
pip install --no-deps -r requirements.txt
pip install -e .

run-dev:
Expand Down
1 change: 0 additions & 1 deletion backends/python/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ opentelemetry-api = "^1.25.0"
opentelemetry-exporter-otlp = "^1.25.0"
opentelemetry-instrumentation-grpc = "^0.46b0"
sentence-transformers = "^3.3.1"
torch = "^2.5.1"

[tool.poetry.extras]

Expand Down

0 comments on commit 8cd73a2

Please sign in to comment.