Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ulya-tkch authored Jan 30, 2025
1 parent 1695039 commit 3421c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extra-dependencies = [
"pytest",
"llama-index-core",
"smolagents",
"langchain",
"langchain-core",
]
[tool.hatch.envs.types.scripts]
check = "mypy --strict --install-types --non-interactive {args:src/cleanlab_codex tests}"
Expand All @@ -54,7 +54,7 @@ allow-direct-references = true
extra-dependencies = [
"llama-index-core",
"smolagents; python_version >= '3.10'",
"langchain_core",
"langchain-core",
]

[tool.hatch.envs.hatch-test.env-vars]
Expand Down

0 comments on commit 3421c85

Please sign in to comment.