Skip to content

Commit

Permalink
Try ignoring the version completely
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jan 21, 2025
1 parent f848fe7 commit 11d3d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ shiny: dev
$(MAKE) -C ./shiny assistant

test: dev
$(UV) run --no-group llm coverage run --source=src -m pytest tests
$(UV) run coverage run --source=src -m pytest tests

uninstall: ensure-uv
$(UV) pip uninstall $(PROJECT_NAME)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ git = ["pre-commit"]
lint = ["ruff", "pyright"]
test = ["rsconnect-python", "responses", "pytest", "pyjson5"]
llm = [
"chatlas@git+https://github.com/posit-dev/chatlas@main; python_version>='3.12'",
"chatlas@git+https://github.com/posit-dev/chatlas@main",
"anthropic[bedrock]",
"shiny",
"faicons",
Expand Down

0 comments on commit 11d3d0e

Please sign in to comment.