Skip to content

Commit

Permalink
Fix #23 by setting bytecode to version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carolemieux committed Jun 7, 2024
1 parent 6cc0de7 commit 1e2dbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.10"
simple-parsing = "^0.0.18"
bytecode = "^0"
bytecode = "0.13.0"
typing_inspect = "^0"
jellyfish = "^0"
networkx = {extras = ["pydot"], version = "^2"}
Expand Down

0 comments on commit 1e2dbbe

Please sign in to comment.