Skip to content

Commit 7b7c279

Browse files
committed
fix dependency syntax
1 parent 3b12acd commit 7b7c279

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ classifiers = [
1414
"Typing :: Typed"
1515
]
1616
dependencies = [
17-
"lambda-calculus ~= 2",
18-
"lark ~= 1"
17+
"lambda-calculus ~= 2.0",
18+
"lark ~= 1.0"
1919
]
2020

2121
[project.readme]

0 commit comments

Comments
 (0)