Skip to content

Commit

Permalink
remove bump to check ci works
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Dec 9, 2024
1 parent 6a60172 commit 8a3b0a2
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 1,132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ jobs:
title: ${{ env.TITLE }}
body: ${{ steps.msg.outputs.body }}
branch: "${{ env.BRANCH }}"
labels: "dependencies"
labels: dependencies
delete-branch: true
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ version = "0.1.0"
description = "An EVM proving backend in Cairo"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["ethereum"]

[tool.uv]
dev-dependencies = ["jupyter>=1.1.1"]

[tool.uv.workspace]
members = ["cairo", "keth_scripts"]

[tool.uv.sources]
ethereum = { git = "https://github.com/ethereum/execution-specs.git", rev = "1adcc1bfe774798bcacc685aebc17bd9935078c3" }

[tool.isort]
profile = "black"

Expand Down
Loading

0 comments on commit 8a3b0a2

Please sign in to comment.