Skip to content

Commit 57cc67f

Browse files
authored
Merge pull request #363 from MarcCote/fix_tatsu
Fix TatSu version to 5.8.3
2 parents b3b91c1 + ed66a88 commit 57cc67f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎requirements-full.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tqdm>=4.17.1
44
cffi>=1.0.0
55
networkx>=2
66
more_itertools
7-
tatsu>=5.8.3
7+
tatsu==5.8.3
88
hashids>=1.2.0
99
jericho>=2.2.0
1010
mementos>=1.3.1

‎requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tqdm>=4.17.1
44
cffi>=1.0.0
55
networkx>=2
66
more_itertools
7-
tatsu>=5.8.3
7+
tatsu==5.8.3
88
hashids>=1.2.0
99
jericho>=3.3.0
1010
mementos>=1.3.1

‎textworld/version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.6.2rc1'
1+
__version__ = '1.6.2rc4'

0 commit comments

Comments
 (0)