Skip to content

Commit

Permalink
Merge pull request #205 from shunichironomura/remove-eval-type-backport
Browse files Browse the repository at this point in the history
Remove eval-type-backport for Conda compatibility
  • Loading branch information
shunichironomura authored Feb 26, 2024
2 parents 6a9fd26 + 61d0cb3 commit 3a11c72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion capsula/_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CommandInfo(BaseModel):


class CapsuleParams(BaseModel):
exec_info: FuncInfo | CommandInfo | None
exec_info: Union[FuncInfo, CommandInfo, None]
run_dir: Path
phase: Literal["pre", "in", "post"]

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ tomli = { version = ">=2.0.1", python = "<3.11" }
typing-extensions = { version = ">=4.7.1", python = "<3.11" }
orjson = ">=3.9.10"
typer = ">=0.9.0"
eval-type-backport = { version = ">=0.1.3", python = "<3.10" }

[tool.poetry.group.dev.dependencies]
ruff = "0.2.2"
Expand Down

0 comments on commit 3a11c72

Please sign in to comment.