Skip to content

Commit

Permalink
Bump deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime committed Dec 12, 2024
1 parent dc02aa3 commit d17429b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.0.1"
requires-python = ">=3.10,<3.11"

dependencies = [
"garaga==0.13.3",
"cairo-lang==0.13.2",
"garaga==0.15.2",
"cairo-lang==0.13.3",
"protobuf==3.20.3",
"inquirer",
"pandas",
Expand Down
3 changes: 0 additions & 3 deletions tools/make/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,4 @@ pre-commit install
echo "Applying patch to instances.py..."
patch venv/lib/python3.10/site-packages/starkware/cairo/lang/instances.py < tools/make/instances.patch

echo "Applying patch to extension_field_modulo_circuit.py..."
patch venv/lib/python3.10/site-packages/garaga/extension_field_modulo_circuit.py < tools/make/extension_field_modulo_circuit.patch

echo "All done!"

0 comments on commit d17429b

Please sign in to comment.