Skip to content

Commit

Permalink
solve
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarker committed Sep 5, 2024
1 parent ebc700c commit 7602237
Show file tree
Hide file tree
Showing 6 changed files with 355 additions and 1,273 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rich = "^13.7.1"
tqdm = "^4.66.4"
agentdesk = "^0.2.93"
kubernetes = "^30.1.0"
taskara = "^0.1.124"
taskara = "^0.1.125"


[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 2 additions & 0 deletions surfkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
warnings.filterwarnings(
"ignore", category=UserWarning, module="pydantic._internal._fields"
)

from surfkit.client import solve
Loading

0 comments on commit 7602237

Please sign in to comment.