Skip to content

Commit

Permalink
Update pegen dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Vin committed Nov 5, 2023
1 parent 5a2f04c commit 2265364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"networkx >= 2.6",
"numpy ~= 1.24",
"opencv-python ~= 4.5",
"pegen >= 0.2",
"pegen @ git+https://github.com/we-like-parsers/pegen.git",
"pillow ~= 9.1",
'pygame >= 2.1.3.dev8, <3; python_version >= "3.11"',
'pygame ~= 2.0; python_version < "3.11"',
Expand Down
2 changes: 1 addition & 1 deletion src/scenic/syntax/tokenize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""3.12 Python Tokenizer,opied from CPython"""
"""3.12 Python Tokenizer, copied from CPython"""

__author__ = "Ka-Ping Yee <[email protected]>"
__credits__ = (
Expand Down

0 comments on commit 2265364

Please sign in to comment.