Skip to content

Commit

Permalink
Merge pull request #777 from clinssen/antlr4_version_pinning
Browse files Browse the repository at this point in the history
Version pin antlr4 so runtime is compatible with generated lexer and parser
  • Loading branch information
clinssen authored May 10, 2022
2 parents 134eb58 + b4b736c commit 89805da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy >= 1.8.2
sympy >= 1.1.1
antlr4-python3-runtime >= 4.10
antlr4-python3-runtime == 4.10
setuptools
Jinja2 >= 2.10
typing;python_version<"3.5"
Expand Down

0 comments on commit 89805da

Please sign in to comment.