Skip to content

Commit

Permalink
Updated LAL's required version
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisalemanypuig committed Sep 30, 2024
1 parent f0f676d commit 0d21ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions treebank_parser/version_lal.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
################################################################################

def is_version_of_LAL_correct(lal):
if lal.version.major != '99.99':
return (False, f"LAL version {lal.version.major} is not compatible with the development branch of treebank-parser. The development branch of treebank-parser needs LAL (development) 99.99.")
if lal.version.major != '24.10':
return (False, f"LAL version {lal.version.major} is not compatible with version 24.10 of treebank-parser. This version needs LAL 24.10.")
return (True, "")

0 comments on commit 0d21ddc

Please sign in to comment.