Skip to content
Snippets Groups Projects
Commit 7c12a6b8 authored by Teklia Bot's avatar Teklia Bot Committed by Yoann Schneider
Browse files

Bump Python requirement python-bidi to 0.6.0

parent c836a98c
No related branches found
No related tags found
1 merge request!84Bump Python requirement python-bidi to 0.6.0
from typing import Callable, Optional, Union
import pytorch_lightning as pl
from bidi.algorithm import get_display
from bidi import get_display
from tqdm.auto import tqdm
import laia.common.logging as log
......
import re
from typing import Dict, List, Union
from bidi.algorithm import get_display
from bidi import get_display
import laia.common.logging as log
from laia.common.arguments import ReadingOrder
......
......@@ -38,7 +38,7 @@ dependencies = [
"torchvision>=0.14,<0.15",
"mdutils==1.6.0",
"prettytable==3.11.0",
"python-bidi==0.4.2"
"python-bidi==0.6.0"
]
license = {text = "MIT"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment