Skip to content

Commit

Permalink
Update Python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Nov 8, 2024
1 parent 5eebb2e commit 3b58525
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean: ## clean project
.PHONY: audit
audit: ## Audit project dependencies
poetry export --without-hashes | poetry run safety check --full-report --stdin \
--ignore 61496 --ignore 70612 --ignore 71596 --ignore 73323
--ignore 61496 --ignore 65477 --ignore 70612 --ignore 71596 --ignore 73323
pnpm audit --prod

.PHONY: check-format
Expand Down
101 changes: 46 additions & 55 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pandas = "*"
importlib_resources = "<5.8.0"
scikit-image = "*"
imagecodecs = [{ version = "*", markers = 'platform_machine != "arm64"' }]
av = "<=13.0.0"
av = "<13.0.0"
validators = "*"
ipywidgets = "*"
jinja2 = "*"
Expand Down Expand Up @@ -128,6 +128,7 @@ ruff = "^0.2.1"
check-wheel-contents = "^0.6.0"
torch = { version = "^2.1.1+cpu, <=2.4.1+cpu", source = "torch-cpu" }
ray = {extras = ["data"], version = "==2.9.3"}
soxr = "*"

[tool.poetry.group.playbook.dependencies]
towhee = "^0.9.0"
Expand Down

0 comments on commit 3b58525

Please sign in to comment.